diff options
| -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:-$$}; } |