mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
bashrc & zshrc: add alias gpg-fix-tty.
This commit is contained in:
parent
8aa33ea3ef
commit
e51dec19b0
1
bashrc
1
bashrc
@ -375,6 +375,7 @@ fi
|
||||
|
||||
# Use GPG2 instead of GPG!
|
||||
# alias gpg=gpg2 # MKAYSIGREP # MKAYSIGREPALIAS
|
||||
alias gpg-fix-tty='export GPG_TTY=$(tty)'
|
||||
|
||||
# For userspecific installation of mosh on remote server.
|
||||
alias lmosh="mosh --server=~/.local/bin/mosh-server "
|
||||
|
2
zshrc
2
zshrc
@ -336,6 +336,8 @@ fi
|
||||
|
||||
# Use GPG2 instead of GPG!
|
||||
#alias gpg=gpg2 # MKAYSIGREP MKAYSIGREPALIAS
|
||||
alias gpg-fix-tty='export GPG_TTY=$(tty)'
|
||||
|
||||
# ZSH doesn't currently include automatic completion for GPG2,
|
||||
# so use the GPG one, which works with GPG2 too. This is in aliases,
|
||||
# because that above alias needs this and this will disappear when zsh
|
||||
|
Loading…
Reference in New Issue
Block a user