1
1
Fork 0

Rename gpg-s* to gs*

This commit is contained in:
Jonathan Schleifer 2020-09-12 13:17:24 +00:00
parent 421f78770a
commit 245e331014
4 changed files with 6 additions and 6 deletions

6
zshrc
View file

@ -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