mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Cleanup after ourselves in keychain
This commit is contained in:
parent
1f659b16db
commit
dffd8a31f7
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ function keychain() {
|
|||
;;
|
||||
"kill")
|
||||
echo "Stopping agent"
|
||||
ssh-agent -k >/dev/null
|
||||
ssh-agent -k >/dev/null && [[ -f $ssh_env ]] && rm $ssh_env
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue