diff options
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -98,7 +98,8 @@ alias ll='ls -lh' | |||
98 | alias lla='ls -lha' | 98 | alias lla='ls -lha' |
99 | llw() { which $1 | xargs ls -alh; } | 99 | llw() { which $1 | xargs ls -alh; } |
100 | alias hg='history | grep' | 100 | alias hg='history | grep' |
101 | rmrf() { mv $@ /tmp/ 2>/dev/null || rm -rf $@; } | 101 | trash() { mv $@ /tmp/ 2>/dev/null || rm -rf $@; } |
102 | rmrf() { rm -rf $@; } | ||
102 | alias rr='_move_to_tmp' | 103 | alias rr='_move_to_tmp' |
103 | alias sound="echo -ne '\a'" | 104 | alias sound="echo -ne '\a'" |
104 | pst(){ pstree -ps ${1:-$$}; } | 105 | pst(){ pstree -ps ${1:-$$}; } |