Add gpg2 and keybase aliases
This commit is contained in:
parent
71ce4842aa
commit
28278eff86
2 changed files with 5 additions and 0 deletions
2
env
2
env
|
@ -44,6 +44,8 @@ if which virtualenvwrapper.sh 1>/dev/null 2>&1; then
|
||||||
source `which virtualenvwrapper.sh`
|
source `which virtualenvwrapper.sh`
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
export GPG_TTY=`tty`
|
||||||
|
|
||||||
# System specific settings
|
# System specific settings
|
||||||
if [[ -e "$HOME/.env.$SYS" ]]; then
|
if [[ -e "$HOME/.env.$SYS" ]]; then
|
||||||
print_info -l 2 "Sourcing environment setup for $SYS systems"
|
print_info -l 2 "Sourcing environment setup for $SYS systems"
|
||||||
|
|
3
rc
3
rc
|
@ -14,6 +14,9 @@ alias v='vim'
|
||||||
|
|
||||||
binary_exists ledger && alias l='ledger'
|
binary_exists ledger && alias l='ledger'
|
||||||
|
|
||||||
|
binary_exists gpg2 && alias gpg='gpg2'
|
||||||
|
binary_exists keybase && alias keybase="keybase -g \"`which gpg2`\""
|
||||||
|
|
||||||
alias chux='chmod u+x'
|
alias chux='chmod u+x'
|
||||||
alias chuw='chmod u+w'
|
alias chuw='chmod u+w'
|
||||||
alias chur='chmod u+r'
|
alias chur='chmod u+r'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue