bashrc & zshrc: always prefer to gpg2

* keybase
* not only MKAYSIGREP
This commit is contained in:
Mikaela Suomalainen 2014-07-10 11:04:55 +03:00
parent 5e7b3ff858
commit 9af6fc1f54
4 changed files with 5 additions and 6 deletions

View File

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

View File

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

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

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