aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2022-04-18 14:31:11 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2022-04-18 14:31:18 +0800
commitd23e9358cab387c716057b9c88c69c33394f46d0 (patch)
tree225f15c1c74d94cf92d2f0ed9354316d193dfcdf
parent2ef13a5b878787dc66406308907cf1ce85074bba (diff)
Update
-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