diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-05-04 10:48:13 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-05-04 10:48:13 +0800 |
| commit | 8499641598064b3e21dd5b545bdeceffdf8e38c4 (patch) | |
| tree | 7ce3f7c42ccf9ca41fc04532b2d90a42bd03627c /alias | |
| parent | 4be18241a2bca5d60d34c984297c60533827e79d (diff) | |
Update
Diffstat (limited to 'alias')
| -rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -71,7 +71,7 @@ alias ll='ls -lh' | |||
| 71 | alias lla='ls -lha' | 71 | alias lla='ls -lha' |
| 72 | llw() { which $1 | xargs ls -alh; } | 72 | llw() { which $1 | xargs ls -alh; } |
| 73 | alias hg='history | grep' | 73 | alias hg='history | grep' |
| 74 | rmrf() { mv $1 /tmp/ } | 74 | rmrf() { mv $1 /tmp/; } |
| 75 | alias rr='_move_to_tmp' | 75 | alias rr='_move_to_tmp' |
| 76 | alias sound="echo -ne '\a'" | 76 | alias sound="echo -ne '\a'" |
| 77 | pst(){ pstree -ps ${1:-$$}; } | 77 | pst(){ pstree -ps ${1:-$$}; } |