Disable history sharing
This commit is contained in:
parent
419ad14874
commit
428229f8a1
1
.zshrc
1
.zshrc
@ -39,6 +39,7 @@ function prepend-sudo() {
|
|||||||
}
|
}
|
||||||
zle -N prepend-sudo
|
zle -N prepend-sudo
|
||||||
bindkey "^X^S" prepend-sudo
|
bindkey "^X^S" prepend-sudo
|
||||||
|
setopt no_share_history
|
||||||
|
|
||||||
#load fasd if it exists
|
#load fasd if it exists
|
||||||
hash fasd 2>/dev/null && eval "$(fasd --init auto)"
|
hash fasd 2>/dev/null && eval "$(fasd --init auto)"
|
||||||
|
Loading…
Reference in New Issue
Block a user