aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2022-04-26 15:02:47 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2022-04-26 15:02:47 +0800
commit030d0a5663f4a9f22fdaba470b799bcd93170bd6 (patch)
tree3f673736403e7c4a644dd6b68b83b4c806f64285
parentabe2938de3dceed1bf1c498669579d1a80ba48b4 (diff)
Update
-rw-r--r--alias1
1 files changed, 1 insertions, 0 deletions
diff --git a/alias b/alias
index 4581d7a..71b6b56 100644
--- a/alias
+++ b/alias
@@ -84,6 +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'
87name() { find . -iname "$1"; }
87alias latest='find . -type f | xargs ls -ltr | tail' 88alias latest='find . -type f | xargs ls -ltr | tail'
88cdp() { 89cdp() {
89 [[ ! -d $1 ]] && mkdir -p $1 90 [[ ! -d $1 ]] && mkdir -p $1