diff options
author | Vasil Zlatanov <v@skozl.com> | 2020-03-31 11:55:50 +0100 |
---|---|---|
committer | Vasil Zlatanov <v@skozl.com> | 2020-03-31 11:55:50 +0100 |
commit | cbb2d18426c70d34c61f56099a4fa664af57e6b8 (patch) | |
tree | 0c46772b95b8e0a43e4ba09aaa7e042ba914e3b1 /Shell/zshrc | |
parent | f8ffcbd2f93ffe40e848bc814c4beeb93f2db705 (diff) | |
download | dotfiles-cbb2d18426c70d34c61f56099a4fa664af57e6b8.tar.gz dotfiles-cbb2d18426c70d34c61f56099a4fa664af57e6b8.tar.bz2 dotfiles-cbb2d18426c70d34c61f56099a4fa664af57e6b8.zip |
ssh-agent by by default
Diffstat (limited to 'Shell/zshrc')
-rw-r--r-- | Shell/zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Shell/zshrc b/Shell/zshrc index 2e2854c..25d338a 100644 --- a/Shell/zshrc +++ b/Shell/zshrc @@ -86,3 +86,4 @@ bindkey '^[[1;5D' emacs-backward-word source /usr/share/fzf/key-bindings.zsh source ~/dotfiles/Shell/forgit.plugin.zsh +source ~/dotfiles/Shell/ssh-agent.plugin.zsh |