mirror of https://github.com/ohmyzsh/ohmyzsh.git
Merge pull request #1663 from flavius/master
allow setting a custom HISTFILE before oh-my-zsh is loadedpull/1650/merge
commit
650bace5c5
|
@ -1,5 +1,7 @@
|
||||||
## Command history configuration
|
## Command history configuration
|
||||||
HISTFILE=$HOME/.zsh_history
|
if [ -z $HISTFILE ]; then
|
||||||
|
HISTFILE=$HOME/.zsh_history
|
||||||
|
fi
|
||||||
HISTSIZE=10000
|
HISTSIZE=10000
|
||||||
SAVEHIST=10000
|
SAVEHIST=10000
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue