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