diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2016-09-14 22:24:28 -0600 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2016-09-14 22:24:28 -0600 |
commit | 0eda0079acef106b39da4aaeccf8754ffc48231d (patch) | |
tree | 42d4a98977de29636cb76e9b07ae4bf165d59d7f /zshrc | |
parent | a8bea48dff06deaed902808a2d702373e6ae36e6 (diff) | |
download | zsh-0eda0079acef106b39da4aaeccf8754ffc48231d.tar.gz zsh-0eda0079acef106b39da4aaeccf8754ffc48231d.tar.bz2 zsh-0eda0079acef106b39da4aaeccf8754ffc48231d.zip |
rm cabal
Diffstat (limited to 'zshrc')
-rw-r--r-- | zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |