Browse Source

Do not share zsh history

master
Nick Plekhanov 9 years ago
parent
commit
49c021c777
  1. 3
      shell/zshrc

3
shell/zshrc

@ -62,6 +62,9 @@ fi
source $ZSH/oh-my-zsh.sh
# Disable sharing history between terminals enabled by Oh My Zsh
unsetopt share_history
# Load extra (private) settings
[ -f ~/.zsh.local ] && source ~/.zsh.local

Loading…
Cancel
Save