diff options
m--------- | vim/bundle/vundle | 0 | ||||
-rw-r--r-- | zshrc | 7 |
2 files changed, 5 insertions, 2 deletions
diff --git a/vim/bundle/vundle b/vim/bundle/vundle deleted file mode 160000 -Subproject cfd3b2d388a8c2e9903d7a9d80a65539aabfe93 @@ -10,8 +10,8 @@ ENABLE_CORRECTION="true" # Dots for completion COMPLETION_WAITING_DOTS="true" -# Plugins (add tmux?) -plugins=(vi-mode git ubuntu) +# Plugins +plugins=(git nyan vi-mode ubuntu themes tmux z) # Source oh-my-zsh source $ZSH/oh-my-zsh.sh @@ -136,3 +136,6 @@ fi # Load external scripts source ~/github/fzf-marks/fzf-marks.zsh +# source ~/github/z/z.sh +# source ~/github/fzf-extras/fzf-extras.sh +# source ~/github/fzf-extras/fzf-extras.zsh |