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