mirror of
https://github.com/opensiriusfox/bashrc.d.git
synced 2025-06-17 04:40:32 -07:00
merge to master.
This commit is contained in:
parent
6b0359046d
commit
7fb554740a
7 changed files with 79 additions and 49 deletions
5
misc.sh
5
misc.sh
|
@ -9,6 +9,7 @@ if [[ -e /usr/share/autojump/autojump.sh ]]; then
|
|||
fi
|
||||
|
||||
export LESS=R # colorize less output if we use a pipe
|
||||
HISTSIZE=2000
|
||||
HISTFILESIZE=10000
|
||||
export HISTSIZE=10000
|
||||
export HISTFILESIZE=20000
|
||||
|
||||
export HISTIGNORE='pwd:exit:fg:bg:top:clear:history:ls:uptime:df'
|
Loading…
Add table
Add a link
Reference in a new issue