diff options
| -rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -47,7 +47,7 @@ alias src="source $HOME/.$(basename $SHELL)rc" | |||
| 47 | alias ll='ls -alh' | 47 | alias ll='ls -alh' |
| 48 | llw() { which $1 | xargs ls -alh; } | 48 | llw() { which $1 | xargs ls -alh; } |
| 49 | alias hg='history | grep' | 49 | alias hg='history | grep' |
| 50 | alias rmrf='rm -rf' | 50 | alias rmrf='[[ `pwd` =~ ^$HOME.* ]] && [[ ! $PATH =~ `pwd` ]] && rm -rf' |
| 51 | alias rr='_move_to_tmp' | 51 | alias rr='_move_to_tmp' |
| 52 | alias sound="echo -ne '\a'" | 52 | alias sound="echo -ne '\a'" |
| 53 | alias pst="pstree -ps $$" | 53 | alias pst="pstree -ps $$" |