mirror of
https://github.com/opensiriusfox/bashrc.d.git
synced 2025-06-16 20:31:15 -07:00
Added various updates, and tty shell colors
This commit is contained in:
parent
faca28aa04
commit
afc83bb6c0
4 changed files with 110 additions and 8 deletions
8
misc.sh
8
misc.sh
|
@ -8,8 +8,12 @@ if [[ -e /usr/share/autojump/autojump.sh ]]; then
|
|||
. /usr/share/autojump/autojump.sh
|
||||
fi
|
||||
|
||||
export LESS=R # colorize less output if we use a pipe
|
||||
export LESS=RF # colorize less output if we use a pipe
|
||||
# quit automatically if we only have one screen of stuff
|
||||
#
|
||||
export HISTSIZE=10000
|
||||
export HISTFILESIZE=20000
|
||||
|
||||
export HISTIGNORE='pwd:exit:fg:bg:top:clear:history:ls:uptime:df'
|
||||
|
||||
|
||||
export HISTIGNORE='pwd:exit:fg:bg:top:clear:history:ls:uptime:df'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue