aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2022-05-03 07:39:32 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2022-05-03 07:39:32 +0800
commit5e56de083047b34349d7f0c3c42b609309cee341 (patch)
treed3f5f08625e5dc08cf74c1e277fa2238e69ef67e
parent4efa36c9d5da97b2e972cbd4f9c822ee02e29a43 (diff)
Update
-rw-r--r--alias2
1 files changed, 1 insertions, 1 deletions
diff --git a/alias b/alias
index 5de1096..c5e45a7 100644
--- a/alias
+++ b/alias
@@ -71,7 +71,7 @@ alias ll='ls -lh'
71alias lla='ls -lha' 71alias lla='ls -lha'
72llw() { which $1 | xargs ls -alh; } 72llw() { which $1 | xargs ls -alh; }
73alias hg='history | grep' 73alias hg='history | grep'
74alias rmrf='[[ `pwd` =~ ^$HOME.* ]] && rm -rf' 74rmrf() { mv $1 /tmp/ }
75alias rr='_move_to_tmp' 75alias rr='_move_to_tmp'
76alias sound="echo -ne '\a'" 76alias sound="echo -ne '\a'"
77pst(){ pstree -ps ${1:-$$}; } 77pst(){ pstree -ps ${1:-$$}; }