diff options
author | Vasil Zlatanov <v@skozl.com> | 2019-10-28 23:24:29 +0000 |
---|---|---|
committer | Vasil Zlatanov <v@skozl.com> | 2019-10-28 23:30:59 +0000 |
commit | c85979db891a12634620c12359a018a0af9c608a (patch) | |
tree | d728dd2277a0766e3984dd8a21a04e54dc6f46c3 /Shell/zshrc | |
parent | f54e155ee55d571289c8bb14d6c5ed9dd3832f66 (diff) | |
download | dotfiles-c85979db891a12634620c12359a018a0af9c608a.tar.gz dotfiles-c85979db891a12634620c12359a018a0af9c608a.tar.bz2 dotfiles-c85979db891a12634620c12359a018a0af9c608a.zip |
Add forgit to config
Diffstat (limited to 'Shell/zshrc')
-rw-r--r-- | Shell/zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Shell/zshrc b/Shell/zshrc index 33432a4..a79e7af 100644 --- a/Shell/zshrc +++ b/Shell/zshrc @@ -84,4 +84,6 @@ bindkey "e[4~" end-of-line bindkey '^[[1;5C' emacs-forward-word bindkey '^[[1;5D' emacs-backward-word +source ~/dotfiles/Shell/forgit.plugin.zsh + archey4 |