dotfiles/universal/.zsh/history

11 lines
169 B
Plaintext
Raw Normal View History

2015-04-12 23:06:28 +00:00
if [ `whoami` != "root" ]
then
HISTFILE=/$HOME/.zsh_histfile
HISTSIZE=1000
SAVEHIST=1000
else
HISTFILE=/$HOME/.zsh_histfile
HISTSIZE=1000
SAVEHIST=1000
fi