diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-06-21 11:43:43 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-06-21 11:43:43 +0800 |
commit | e00934d0910471a4643971df25fe03b26d38b1ed (patch) | |
tree | 1d17a9aad22bf50a83ceb56a90bda6db1d8e1605 /alias | |
parent | 184d59402c1ede63bde354a01904320ae189fda9 (diff) |
Update
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ alias ll='ls -lh' | |||
76 | alias lla='ls -lha' | 76 | alias lla='ls -lha' |
77 | llw() { which $1 | xargs ls -alh; } | 77 | llw() { which $1 | xargs ls -alh; } |
78 | alias hg='history | grep' | 78 | alias hg='history | grep' |
79 | rmrf() { mv $@ /tmp/; } | 79 | rmrf() { mv $@ /tmp/ 2>/dev/null || rm -rf $@; } |
80 | alias rr='_move_to_tmp' | 80 | alias rr='_move_to_tmp' |
81 | alias sound="echo -ne '\a'" | 81 | alias sound="echo -ne '\a'" |
82 | pst(){ pstree -ps ${1:-$$}; } | 82 | pst(){ pstree -ps ${1:-$$}; } |