diff options
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,7 @@ alias ll='ls -lh' | |||
77 | alias lla='ls -lha' | 77 | alias lla='ls -lha' |
78 | llw() { which $1 | xargs ls -alh; } | 78 | llw() { which $1 | xargs ls -alh; } |
79 | alias hg='history | grep' | 79 | alias hg='history | grep' |
80 | alias rmrf='[[ `pwd` =~ ^$HOME.* ]] && [[ ! $PATH =~ `pwd` ]] && rm -rf' | 80 | alias rmrf='[[ `pwd` =~ ^$HOME.* ]] && rm -rf' |
81 | alias rr='_move_to_tmp' | 81 | alias rr='_move_to_tmp' |
82 | alias sound="echo -ne '\a'" | 82 | alias sound="echo -ne '\a'" |
83 | alias pst="pstree -ps $$" | 83 | alias pst="pstree -ps $$" |