Set HISTSIZE to prevent issue on Darwin.
This commit is contained in:
parent
1c1e4c9e42
commit
ac6e509827
1 changed files with 1 additions and 1 deletions
2
.bashrc
2
.bashrc
|
|
@ -377,7 +377,7 @@ HISTCONTROL="ignoredups"
|
|||
HISTFILE="$HOME/.bash_history-${HOSTNAME%%.*}"
|
||||
HISTFILESIZE=1000000
|
||||
HISTIGNORE="bg:bg *:fg:fg *:jobs:exit:clear:history"
|
||||
HISTSIZE=-1
|
||||
HISTSIZE=1000000
|
||||
HISTTIMEFORMAT="%d/%m/%y %H:%M:%S "
|
||||
history -r
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue