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