diff options
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ alias ll='ls -lh' | |||
76 | alias lla='ls -lha' | 76 | alias lla='ls -lha' |
77 | llw() { which $1 | xargs ls -alh; } | 77 | llw() { which $1 | xargs ls -alh; } |
78 | alias hg='history | grep' | 78 | alias hg='history | grep' |
79 | rmrf() { mv $@ /tmp/; } | 79 | rmrf() { mv $@ /tmp/ 2>/dev/null || rm -rf $@; } |
80 | alias rr='_move_to_tmp' | 80 | alias rr='_move_to_tmp' |
81 | alias sound="echo -ne '\a'" | 81 | alias sound="echo -ne '\a'" |
82 | pst(){ pstree -ps ${1:-$$}; } | 82 | pst(){ pstree -ps ${1:-$$}; } |