Update keychain aliases following release of 3.0.0
This commit is contained in:
+2
-2
@@ -9,10 +9,10 @@ eval $(keychain --quiet --eval)
|
||||
# Set Keychain aliases
|
||||
alias kc-home='keychain ~/.ssh/home'
|
||||
alias kc-project='keychain ~/.ssh/project'
|
||||
alias kc-clean='keychain --clear'
|
||||
alias kc-clean='keychain wipe'
|
||||
alias kcd-home='ssh-add -d ~/.ssh/home'
|
||||
alias kcd-project='ssh-add -d ~/.ssh/project'
|
||||
alias kc-l='keychain -l'
|
||||
alias kc-l='keychain list'
|
||||
|
||||
# Set SSH VNC alias (may be temporary, if we could set it up in SSH config file)
|
||||
alias sshvnc='ssh -L 5901:localhost:5900'
|
||||
|
||||
Reference in New Issue
Block a user