summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zshrc b/zshrc
index 54df5010c..332c6defc 100644
--- a/zshrc
+++ b/zshrc
@@ -53,7 +53,7 @@ alias wikipush='git add . && git commit -m "commit from git, default" && git pus
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
-plugins=(git docker cabal)
+plugins=(git docker)
source $ZSH/oh-my-zsh.sh