add some alias for shell

This commit is contained in:
2020-05-22 23:45:54 +08:00
parent 4771636e9d
commit b0d7ff9db0

View File

@@ -24,3 +24,8 @@ export CCACHE_DIR="/var/cache/ccache"
export GPG_TTY=$(tty)
# export PATH="~/.local/bin${PATH:+:}$PATH"
alias ll="ls -l"
alias la="ls -a"
alias lh="ls -lh"
alias lha="ls -lha"