diff options
author | neodarz <neodarz@neodarz.net> | 2019-02-02 23:25:45 +0100 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-02-02 23:25:45 +0100 |
commit | f5c58704d11f789181e52cfac4bb3d81c4014954 (patch) | |
tree | 9b32dd4266c073bf846e5308ab1df3bdbc356d58 | |
parent | 44b3a9ae809b6e9625220327755d45f5992f3a26 (diff) | |
download | dotfiles_ascii-f5c58704d11f789181e52cfac4bb3d81c4014954.tar.xz dotfiles_ascii-f5c58704d11f789181e52cfac4bb3d81c4014954.zip |
Remove double ssh agent evalutation
-rwxr-xr-x | zsh/.zsh/keychain.zsh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zsh/.zsh/keychain.zsh b/zsh/.zsh/keychain.zsh index fbe68fc..1585f26 100755 --- a/zsh/.zsh/keychain.zsh +++ b/zsh/.zsh/keychain.zsh @@ -19,4 +19,3 @@ #█▓▒░ funtoo keychain #eval `keychain -q --eval ~/.ssh/id_rsa` -eval $(ssh-agent) |