dotfiles/universal/.zsh/history
2015-04-12 18:06:28 -05:00

11 lines
169 B
Plaintext
Executable File

if [ `whoami` != "root" ]
then
HISTFILE=/$HOME/.zsh_histfile
HISTSIZE=1000
SAVEHIST=1000
else
HISTFILE=/$HOME/.zsh_histfile
HISTSIZE=1000
SAVEHIST=1000
fi