aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2022-04-15 11:54:57 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2022-04-15 11:54:57 +0800
commit5f94532c5a7603e8b79d0d755de95220185aed38 (patch)
tree59fd448d37c05dba51fa5051f4e701b7ee32fbe2
parent7bcdb84b1ebf1741c426947e811d32452ce6031f (diff)
Update
-rw-r--r--alias2
1 files changed, 1 insertions, 1 deletions
diff --git a/alias b/alias
index e537867..28050a5 100644
--- a/alias
+++ b/alias
@@ -77,7 +77,7 @@ alias ll='ls -lh'
77alias lla='ls -lha' 77alias lla='ls -lha'
78llw() { which $1 | xargs ls -alh; } 78llw() { which $1 | xargs ls -alh; }
79alias hg='history | grep' 79alias hg='history | grep'
80alias rmrf='[[ `pwd` =~ ^$HOME.* ]] && [[ ! $PATH =~ `pwd` ]] && rm -rf' 80alias rmrf='[[ `pwd` =~ ^$HOME.* ]] && rm -rf'
81alias rr='_move_to_tmp' 81alias rr='_move_to_tmp'
82alias sound="echo -ne '\a'" 82alias sound="echo -ne '\a'"
83alias pst="pstree -ps $$" 83alias pst="pstree -ps $$"