inital commit of clone of old repo
This commit is contained in:
10
universal/.zsh/history
Executable file
10
universal/.zsh/history
Executable file
@@ -0,0 +1,10 @@
|
||||
if [ `whoami` != "root" ]
|
||||
then
|
||||
HISTFILE=/$HOME/.zsh_histfile
|
||||
HISTSIZE=1000
|
||||
SAVEHIST=1000
|
||||
else
|
||||
HISTFILE=/$HOME/.zsh_histfile
|
||||
HISTSIZE=1000
|
||||
SAVEHIST=1000
|
||||
fi
|
Reference in New Issue
Block a user