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