diff options
author | aktersnurra <grydholm@kth.se> | 2021-02-13 23:11:25 +0100 |
---|---|---|
committer | aktersnurra <grydholm@kth.se> | 2021-02-13 23:11:25 +0100 |
commit | 8ae928dcb6fc49b805eff0aa0956cd18aa1c3f85 (patch) | |
tree | dc0087f4e9a3f6fb1e840546edea36b6d92cc384 /.zshrc | |
parent | 35fe0e5db892099cd1cc9f3a7ff298055f92bdc7 (diff) |
added some vim plugins
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,4 +7,5 @@ [ -f $HOME/.config/zsh/history.zsh ] && source $HOME/.config/zsh/history.zsh [ -f $HOME/.config/zsh/antigen_pkgs.zsh ] && source $HOME/.config/zsh/antigen_pkgs.zsh [ -f $HOME/.config/zsh/keybindings.zsh ] && source $HOME/.config/zsh/keybindings.zsh +[ -f $HOME/.config/zsh/programs.zsh ] && source $HOME/.config/zsh/programs.zsh [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh |