SHARE_HISTROY set

This commit is contained in:
Sameer Rahmani 2014-03-18 09:30:54 +03:30
parent 3157a86a9c
commit ef2281f845
2 changed files with 2 additions and 3 deletions

View File

@ -57,3 +57,5 @@ alias kl="kill"
alias kla="killall"
alias f="find . -iname "
alias c="cordova"

3
my.zsh
View File

@ -29,9 +29,6 @@ setopt HIST_IGNORE_DUPS \
CORRECT \
SHARE_HISTORY
# unset options
unsetopt SHARE_HISTORY
# My.Zsh directory path
myzsh=${MYZSH:-$HOME}