From 428229f8a149c1b61e3d28c1067a4cc37eaff127 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Mon, 15 Feb 2016 11:20:23 -0500 Subject: [PATCH] Disable history sharing --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index ac460ec..9cc29b3 100644 --- a/.zshrc +++ b/.zshrc @@ -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)"