diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-04-26 15:02:47 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-04-26 15:02:47 +0800 |
| commit | 030d0a5663f4a9f22fdaba470b799bcd93170bd6 (patch) | |
| tree | 3f673736403e7c4a644dd6b68b83b4c806f64285 | |
| parent | abe2938de3dceed1bf1c498669579d1a80ba48b4 (diff) | |
Update
| -rw-r--r-- | alias | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -84,6 +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 | name() { find . -iname "$1"; } | ||
| 87 | alias latest='find . -type f | xargs ls -ltr | tail' | 88 | alias latest='find . -type f | xargs ls -ltr | tail' |
| 88 | cdp() { | 89 | cdp() { |
| 89 | [[ ! -d $1 ]] && mkdir -p $1 | 90 | [[ ! -d $1 ]] && mkdir -p $1 |