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 e537867..28050a5 100644
--- a/alias
+++ b/alias
@@ -77,7 +77,7 @@ alias ll='ls -lh'
77alias lla='ls -lha' 77alias lla='ls -lha'
78llw() { which $1 | xargs ls -alh; } 78llw() { which $1 | xargs ls -alh; }
79alias hg='history | grep' 79alias hg='history | grep'
80alias rmrf='[[ `pwd` =~ ^$HOME.* ]] && [[ ! $PATH =~ `pwd` ]] && rm -rf' 80alias rmrf='[[ `pwd` =~ ^$HOME.* ]] && rm -rf'
81alias rr='_move_to_tmp' 81alias rr='_move_to_tmp'
82alias sound="echo -ne '\a'" 82alias sound="echo -ne '\a'"
83alias pst="pstree -ps $$" 83alias pst="pstree -ps $$"