aboutsummaryrefslogtreecommitdiffhomepage
path: root/alias
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2021-05-05 11:24:24 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2021-05-05 11:24:24 +0800
commit8ac904277c94ac81642f22fb4ddbdc4ca0a1ac6a (patch)
tree020341ee2e0e473999dd6a37928ccf6a4b5598b7 /alias
parent3dc48bf9a8023863db66bc066cdf5d0c41a6fffb (diff)
update
Diffstat (limited to 'alias')
-rw-r--r--alias1
1 files changed, 1 insertions, 0 deletions
diff --git a/alias b/alias
index eaea661..6a5f47e 100644
--- a/alias
+++ b/alias
@@ -49,6 +49,7 @@ alias hg='history | grep'
49alias rmrf='rm -rf' 49alias rmrf='rm -rf'
50alias rr='_move_to_tmp' 50alias rr='_move_to_tmp'
51alias sound="echo -ne '\a'" 51alias sound="echo -ne '\a'"
52alias pst="pstree -ps $$"
52cdp() { 53cdp() {
53 [[ ! -d $1 ]] && mkdir -p $1 54 [[ ! -d $1 ]] && mkdir -p $1
54 cd $1 55 cd $1