aboutsummaryrefslogtreecommitdiffhomepage
path: root/alias
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2021-07-11 13:25:14 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2021-07-11 13:25:14 +0800
commit1fc01072ba2016049882a22b558eaa361833666b (patch)
treefbd9ea9b975f868bb4bbac28e4c3ece430264848 /alias
parent1a8295d962d5e1a3c4927290ba5e816acd0325e8 (diff)
update
Diffstat (limited to 'alias')
-rw-r--r--alias1
1 files changed, 1 insertions, 0 deletions
diff --git a/alias b/alias
index daff412..bbf4f00 100644
--- a/alias
+++ b/alias
@@ -51,6 +51,7 @@ alias rmrf='[[ `pwd` =~ ^$HOME.* ]] && [[ ! $PATH =~ `pwd` ]] && rm -rf'
51alias rr='_move_to_tmp' 51alias rr='_move_to_tmp'
52alias sound="echo -ne '\a'" 52alias sound="echo -ne '\a'"
53alias pst="pstree -ps $$" 53alias pst="pstree -ps $$"
54alias duu='du -hd 1 . | sort -hr'
54cdp() { 55cdp() {
55 [[ ! -d $1 ]] && mkdir -p $1 56 [[ ! -d $1 ]] && mkdir -p $1
56 cd $1 57 cd $1