diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-04-18 14:31:11 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-04-18 14:31:18 +0800 |
commit | d23e9358cab387c716057b9c88c69c33394f46d0 (patch) | |
tree | 225f15c1c74d94cf92d2f0ed9354316d193dfcdf | |
parent | 2ef13a5b878787dc66406308907cf1ce85074bba (diff) |
Update
-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 |