aboutsummaryrefslogtreecommitdiffhomepage
path: root/alias
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2022-05-04 10:48:13 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2022-05-04 10:48:13 +0800
commit8499641598064b3e21dd5b545bdeceffdf8e38c4 (patch)
tree7ce3f7c42ccf9ca41fc04532b2d90a42bd03627c /alias
parent4be18241a2bca5d60d34c984297c60533827e79d (diff)
Update
Diffstat (limited to 'alias')
-rw-r--r--alias2
1 files changed, 1 insertions, 1 deletions
diff --git a/alias b/alias
index c5e45a7..b4618ed 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'
74rmrf() { mv $1 /tmp/ } 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:-$$}; }