aboutsummaryrefslogtreecommitdiffhomepage
path: root/alias
diff options
context:
space:
mode:
Diffstat (limited to 'alias')
-rw-r--r--alias2
1 files changed, 1 insertions, 1 deletions
diff --git a/alias b/alias
index 227a2d7..d5d4536 100644
--- a/alias
+++ b/alias
@@ -72,7 +72,7 @@ alias ll='ls -lh'
72alias lla='ls -lha' 72alias lla='ls -lha'
73llw() { which $1 | xargs ls -alh; } 73llw() { which $1 | xargs ls -alh; }
74alias hg='history | grep' 74alias hg='history | grep'
75rmrf() { mv $1 /tmp/; } 75rmrf() { mv $@ /tmp/; }
76alias rr='_move_to_tmp' 76alias rr='_move_to_tmp'
77alias sound="echo -ne '\a'" 77alias sound="echo -ne '\a'"
78pst(){ pstree -ps ${1:-$$}; } 78pst(){ pstree -ps ${1:-$$}; }