aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-05-21 23:15:39 +0800
committertypebrook <typebrook@gmail.com>2020-05-21 23:15:39 +0800
commit012b80c531bebcc021d5b35db66979e8fc15bf75 (patch)
treeb10ea017f3be2dfe5b0db54d1d280767a2b80d0f
parent1f36697104658d4454ce1bbcd5318d7fe13da25e (diff)
update
-rw-r--r--alias1
1 files changed, 1 insertions, 0 deletions
diff --git a/alias b/alias
index e1c8cda..30ad3eb 100644
--- a/alias
+++ b/alias
@@ -37,6 +37,7 @@ alias path="echo $PATH"
37alias fd="echo /proc/$$/fd; ls -l /proc/$$/fd" 37alias fd="echo /proc/$$/fd; ls -l /proc/$$/fd"
38alias src="source $HOME/.$(basename $SHELL)rc" 38alias src="source $HOME/.$(basename $SHELL)rc"
39alias ll='ls -alh' 39alias ll='ls -alh'
40llw() { ll $(which $1); }
40alias hg='history | grep' 41alias hg='history | grep'
41alias rmrf='rm -rf' 42alias rmrf='rm -rf'
42alias rr='_move_to_tmp' 43alias rr='_move_to_tmp'