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