aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--alias2
1 files changed, 1 insertions, 1 deletions
diff --git a/alias b/alias
index c69ede7..c21354b 100644
--- a/alias
+++ b/alias
@@ -82,7 +82,7 @@ alias hg='history | grep'
82alias rmrf='[[ `pwd` =~ ^$HOME.* ]] && rm -rf' 82alias rmrf='[[ `pwd` =~ ^$HOME.* ]] && rm -rf'
83alias rr='_move_to_tmp' 83alias rr='_move_to_tmp'
84alias sound="echo -ne '\a'" 84alias sound="echo -ne '\a'"
85alias pst="pstree -ps $$" 85pst(){ pstree -ps ${1:-$$}; }
86alias duu='du -hd 1 . | sort -hr' 86alias duu='du -hd 1 . | sort -hr'
87alias xa='xargs' 87alias xa='xargs'
88alias latest='find . -type f | xargs ls -ltr | tail' 88alias latest='find . -type f | xargs ls -ltr | tail'