diff options
author | johannst <stoelp@eit.uni-kl.de> | 2019-05-28 21:53:35 +0200 |
---|---|---|
committer | johannst <stoelp@eit.uni-kl.de> | 2019-05-28 21:53:35 +0200 |
commit | 17a732488d5e5c90fbec9bda76b89245c55af054 (patch) | |
tree | e27ec84b2d182e1c6dafbe93a51f5f52e1ef8ed1 /zshrc | |
parent | 06fc454c394b83e2e570630786497f53ce929986 (diff) | |
download | dotfiles-17a732488d5e5c90fbec9bda76b89245c55af054.tar.gz dotfiles-17a732488d5e5c90fbec9bda76b89245c55af054.zip |
zshrc: removed oh-my-zsh git plugin
Diffstat (limited to 'zshrc')
-rw-r--r-- | zshrc | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |