la = 'ls -a'

another thing to come later

Signed-off-by: Yongmin Hong <revi@pobox.com>
This commit is contained in:
revi 2017-10-16 03:16:06 +09:00
parent 6b77651c10
commit e9605ecd08
Signed by: revi
GPG key ID: 48AE727894A6F064

View file

@ -3,3 +3,4 @@
export EDITOR="/usr/bin/nano"
alias vim='nano'
alias gpgrefresh='gpg --refresh-keys'
alias la='ls -a'