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 5de1096..c5e45a7 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'
74alias rmrf='[[ `pwd` =~ ^$HOME.* ]] && rm -rf' 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:-$$}; }