aboutsummaryrefslogtreecommitdiffhomepage
path: root/alias
diff options
context:
space:
mode:
Diffstat (limited to 'alias')
-rw-r--r--alias2
1 files changed, 0 insertions, 2 deletions
diff --git a/alias b/alias
index c21354b..3c0c681 100644
--- a/alias
+++ b/alias
@@ -84,9 +84,7 @@ alias rr='_move_to_tmp'
84alias sound="echo -ne '\a'" 84alias sound="echo -ne '\a'"
85pst(){ pstree -ps ${1:-$$}; } 85pst(){ pstree -ps ${1:-$$}; }
86alias duu='du -hd 1 . | sort -hr' 86alias duu='du -hd 1 . | sort -hr'
87alias xa='xargs'
88alias latest='find . -type f | xargs ls -ltr | tail' 87alias latest='find . -type f | xargs ls -ltr | tail'
89alias ascii='man ascii'
90cdp() { 88cdp() {
91 [[ ! -d $1 ]] && mkdir -p $1 89 [[ ! -d $1 ]] && mkdir -p $1
92 cd $1 90 cd $1