diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2022-12-14 12:20:20 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2022-12-14 12:20:20 +0800 |
commit | e7ad9f3851a9e52cdfee00b555b0367035570070 (patch) | |
tree | d4e2bad0bf1016bbdf8ea6814fba5cd77f32b0eb | |
parent | 3989fac493212ac53d78ea9bbd3f8ebd8d54085e (diff) |
Update
-rw-r--r-- | alias | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -98,7 +98,8 @@ alias ll='ls -lh' | |||
98 | alias lla='ls -lha' | 98 | alias lla='ls -lha' |
99 | llw() { which $1 | xargs ls -alh; } | 99 | llw() { which $1 | xargs ls -alh; } |
100 | alias hg='history | grep' | 100 | alias hg='history | grep' |
101 | rmrf() { mv $@ /tmp/ 2>/dev/null || rm -rf $@; } | 101 | trash() { mv $@ /tmp/ 2>/dev/null || rm -rf $@; } |
102 | rmrf() { rm -rf $@; } | ||
102 | alias rr='_move_to_tmp' | 103 | alias rr='_move_to_tmp' |
103 | alias sound="echo -ne '\a'" | 104 | alias sound="echo -ne '\a'" |
104 | pst(){ pstree -ps ${1:-$$}; } | 105 | pst(){ pstree -ps ${1:-$$}; } |