Disable history sharing

This commit is contained in:
Adam Goldsmith 2016-02-15 11:20:23 -05:00
parent 419ad14874
commit 428229f8a1
1 changed files with 1 additions and 0 deletions

1
.zshrc
View File

@ -39,6 +39,7 @@ function prepend-sudo() {
}
zle -N prepend-sudo
bindkey "^X^S" prepend-sudo
setopt no_share_history
#load fasd if it exists
hash fasd 2>/dev/null && eval "$(fasd --init auto)"