mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-31 14:44:27 +01:00
bashrc & zshrc: always prefer to gpg2
* keybase * not only MKAYSIGREP
This commit is contained in:
parent
5e7b3ff858
commit
9af6fc1f54
@ -1,3 +1,2 @@
|
||||
alias top="htop" # MKAYSIGREP # MKAYSIGREPALIAS
|
||||
alias gitk="gitg" # Requires gitg . I just think that it looks nicer than gitk. #MKAYSIGREP # MKAYSIGREPALIAS
|
||||
alias gpg=gpg2 # MKAYSIGREP # MKAYSIGREPALIAS
|
||||
|
@ -1,5 +1,2 @@
|
||||
alias top="htop" # MKAYSIGREP MKAYSIGREPALIAS
|
||||
alias gitk="gitg" # Requires gitg . I just think that it looks nicer than gitk. # MKAYSIGREP MKAYSIGREPALIAS
|
||||
alias gpg=gpg2 # MKAYSIGREP MKAYSIGREPALIAS
|
||||
compdef gpg2=gpg # MKAYSIGREP MKAYSIGREPALIAS
|
||||
|
||||
|
3
bashrc
3
bashrc
@ -367,7 +367,8 @@ if [[ $UNAME != Darwin ]]; then
|
||||
fi
|
||||
|
||||
# Use GPG2 instead of GPG!
|
||||
# alias gpg=gpg2 # MKAYSIGREP # MKAYSIGREPALIAS
|
||||
alias gpg=gpg2
|
||||
export KEYBASE_GPG=gpg2
|
||||
alias gpg-fix-tty='export GPG_TTY=$(tty)'
|
||||
|
||||
# For userspecific installation of mosh on remote server.
|
||||
|
4
zshrc
4
zshrc
@ -326,7 +326,9 @@ if [[ $UNAME != Darwin ]]; then
|
||||
fi
|
||||
|
||||
# Use GPG2 instead of GPG!
|
||||
#alias gpg=gpg2 # MKAYSIGREP MKAYSIGREPALIAS
|
||||
alias gpg=gpg2
|
||||
compdef gpg2=gpg
|
||||
export KEYBASE_GPG=gpg2
|
||||
alias gpg-fix-tty='export GPG_TTY=$(tty)'
|
||||
|
||||
# ZSH doesn't currently include automatic completion for GPG2,
|
||||
|
Loading…
Reference in New Issue
Block a user