Rename gpg-s* to gs*
This commit is contained in:
parent
421f78770a
commit
245e331014
4 changed files with 6 additions and 6 deletions
6
zshrc
6
zshrc
|
@ -331,9 +331,9 @@ __has_command url2pkg &&
|
|||
__has_command mpv && alias mpv="LC_ALL=C mpv"
|
||||
|
||||
if __has_command gpg gpg2; then
|
||||
alias gpg-ssh="SSH_AUTH_SOCK=$GNUPGHOME/S.gpg-agent.ssh ssh"
|
||||
alias gpg-ssh-add="SSH_AUTH_SOCK=$GNUPGHOME/S.gpg-agent.ssh ssh-add"
|
||||
alias gpg-sftp="SSH_AUTH_SOCK=$GNUPGHOME/S.gpg-agent.ssh sftp"
|
||||
alias gssh="SSH_AUTH_SOCK=$GNUPGHOME/S.gpg-agent.ssh ssh"
|
||||
alias gssh-add="SSH_AUTH_SOCK=$GNUPGHOME/S.gpg-agent.ssh ssh-add"
|
||||
alias gsftp="SSH_AUTH_SOCK=$GNUPGHOME/S.gpg-agent.ssh sftp"
|
||||
fi
|
||||
|
||||
if __has_command cryptopassphrase; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue