diff options
Diffstat (limited to 'zshrc')
-rw-r--r-- | zshrc | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |