summaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
authorTuowen Zhao <ztuowen@gmail.com>2016-09-14 22:24:28 -0600
committerTuowen Zhao <ztuowen@gmail.com>2016-09-14 22:24:28 -0600
commit0eda0079acef106b39da4aaeccf8754ffc48231d (patch)
tree42d4a98977de29636cb76e9b07ae4bf165d59d7f /zshrc
parenta8bea48dff06deaed902808a2d702373e6ae36e6 (diff)
downloadzsh-0eda0079acef106b39da4aaeccf8754ffc48231d.tar.gz
zsh-0eda0079acef106b39da4aaeccf8754ffc48231d.tar.bz2
zsh-0eda0079acef106b39da4aaeccf8754ffc48231d.zip
rm cabal
Diffstat (limited to 'zshrc')
-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