dots/.bash_aliases
Yongmin Hong c3f211dbbf
Add gpg-refreshing
I try to do --update-keys so maybe better to memorize this.

Signed-off-by: Yongmin Hong <revi@pobox.com>
2017-07-12 23:06:03 +09:00

4 lines
121 B
Bash

# Arcanist
export PATH="$PATH:/home/revi/phacility/arcanist/bin/"
alias vim='nano'
alias gpgrefresh='gpg --refresh-keys'