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