diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-04-15 11:54:57 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-04-15 11:54:57 +0800 |
| commit | 5f94532c5a7603e8b79d0d755de95220185aed38 (patch) | |
| tree | 59fd448d37c05dba51fa5051f4e701b7ee32fbe2 | |
| parent | 7bcdb84b1ebf1741c426947e811d32452ce6031f (diff) | |
Update
| -rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -77,7 +77,7 @@ alias ll='ls -lh' | |||
| 77 | alias lla='ls -lha' | 77 | alias lla='ls -lha' |
| 78 | llw() { which $1 | xargs ls -alh; } | 78 | llw() { which $1 | xargs ls -alh; } |
| 79 | alias hg='history | grep' | 79 | alias hg='history | grep' |
| 80 | alias rmrf='[[ `pwd` =~ ^$HOME.* ]] && [[ ! $PATH =~ `pwd` ]] && rm -rf' | 80 | alias rmrf='[[ `pwd` =~ ^$HOME.* ]] && rm -rf' |
| 81 | alias rr='_move_to_tmp' | 81 | alias rr='_move_to_tmp' |
| 82 | alias sound="echo -ne '\a'" | 82 | alias sound="echo -ne '\a'" |
| 83 | alias pst="pstree -ps $$" | 83 | alias pst="pstree -ps $$" |