mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
BUGFIX: wrong switch for ssh-add
This commit is contained in:
parent
424ca986d2
commit
9defb728fc
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ fi
|
|||
|
||||
alias yubi-init="pkill ssh-agent; pkill gpg-agent; ssh-agent -s > $_sshpath; source $_sshpath"
|
||||
alias yubi-insert="ssh-add -s $OPENSC"
|
||||
alias yubi-eject="ssh-add -d $OPENSC"
|
||||
alias yubi-eject="ssh-add -e $OPENSC"
|
||||
|
||||
if [[ -r $_sshpath ]]; then
|
||||
echo "Common SSH Agent detected."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue