allow setting a custom HISTFILE before oh-my-zsh is loaded

master
Flavius Aspra 14 years ago
parent 0ab0e67ecf
commit 3826c7bf85
  1. 4
      lib/history.zsh

@ -1,5 +1,7 @@
## Command history configuration
HISTFILE=$HOME/.zsh_history
if [ -z $HISTFILE ]; then
HISTFILE=$HOME/.zsh_history
fi
HISTSIZE=10000
SAVEHIST=10000

Loading…
Cancel
Save