summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohannst <stoelp@eit.uni-kl.de>2019-05-28 21:53:35 +0200
committerjohannst <stoelp@eit.uni-kl.de>2019-05-28 21:53:35 +0200
commit17a732488d5e5c90fbec9bda76b89245c55af054 (patch)
treee27ec84b2d182e1c6dafbe93a51f5f52e1ef8ed1
parent06fc454c394b83e2e570630786497f53ce929986 (diff)
downloaddotfiles-17a732488d5e5c90fbec9bda76b89245c55af054.tar.gz
dotfiles-17a732488d5e5c90fbec9bda76b89245c55af054.zip
zshrc: removed oh-my-zsh git plugin
-rw-r--r--zshrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/zshrc b/zshrc
index 5fc16c3..1a4f7eb 100644
--- a/zshrc
+++ b/zshrc
@@ -38,7 +38,6 @@ function zshPlug() {
# Plugins
zshPlug 'robbyrussell/oh-my-zsh' init
-zshPlug 'robbyrussell/oh-my-zsh' 'plugins/git'
zshPlug 'zsh-users/zsh-autosuggestions'
zshPlug 'zsh-users/zsh-syntax-highlighting'
zshPlug 'chriskempson/base16-shell'
@@ -216,7 +215,7 @@ function _uninstallMyPrompt() {
#_installMyPrompt
_installMyPromptBase16
-# post plugins
+# need to do after compinit
zshPlug 'robbyrussell/oh-my-zsh' 'plugins/fzf'
#% vim:et:fen:fdm=marker:fmr={{{,}}}:fdl=0:fdc=1