diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-05-03 07:39:32 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-05-03 07:39:32 +0800 |
| commit | 5e56de083047b34349d7f0c3c42b609309cee341 (patch) | |
| tree | d3f5f08625e5dc08cf74c1e277fa2238e69ef67e | |
| parent | 4efa36c9d5da97b2e972cbd4f9c822ee02e29a43 (diff) | |
Update
| -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 | alias rmrf='[[ `pwd` =~ ^$HOME.* ]] && rm -rf' | 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:-$$}; } |