Commit 650bace5 authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #1663 from flavius/master

allow setting a custom HISTFILE before oh-my-zsh is loaded
parents b0d80a01 3826c7bf
## 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