diff options
| -rw-r--r-- | home/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.zshrc b/home/.zshrc index 8fe2fe0..71addcc 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -62,7 +62,7 @@ DISABLE_AUTO_UPDATE="true" # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. plugins=( - git mvn tmux colored-man-pages + git mvn colored-man-pages ) [ -d $ZSH ] && source $ZSH/oh-my-zsh.sh |
