dots/.bash_aliases
Yongmin Hong e9605ecd08
la = 'ls -a'
another thing to come later

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

6 lines
168 B
Bash

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