mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Add error message to keychain.
This commit is contained in:
parent
c5e7e332d0
commit
ee56dc4a96
1 changed files with 3 additions and 0 deletions
|
|
@ -28,6 +28,9 @@ function keychain() {
|
||||||
echo "Stopping agent"
|
echo "Stopping agent"
|
||||||
ssh-agent -k >/dev/null && [[ -f $ssh_env ]] && rm $ssh_env
|
ssh-agent -k >/dev/null && [[ -f $ssh_env ]] && rm $ssh_env
|
||||||
;;
|
;;
|
||||||
|
*)
|
||||||
|
echo "$0: invalid command $1" 2>&1
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue