Commit 3826c7bf authored by Flavius Aspra's avatar Flavius Aspra
Browse files

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

parent 0ab0e67e
## Command history configuration
HISTFILE=$HOME/.zsh_history
if [ -z $HISTFILE ]; then
HISTFILE=$HOME/.zsh_history
fi
HISTSIZE=10000
SAVEHIST=10000
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment