From b0d7ff9db03cc4f6ccd7e354d730828fc20de77f Mon Sep 17 00:00:00 2001 From: Zedhugh Chen Date: Fri, 22 May 2020 23:45:54 +0800 Subject: [PATCH] add some alias for shell --- dot/.bashrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dot/.bashrc b/dot/.bashrc index d04afdf..9c5bdf8 100644 --- a/dot/.bashrc +++ b/dot/.bashrc @@ -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"