diff options
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 |