diff options
| -rw-r--r-- | zshrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,6 +5,9 @@ ZSH_THEME="nanotech" plugins=(git archlinux gnu-utils pip python ssh-agent zsh-syntax-highlighting) source $ZSH/oh-my-zsh.sh +# Disable shared history +unsetopt share_history + # Highlighting configuration ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets) ZSH_HIGHLIGHT_STYLES[alias]=none |
