aboutsummaryrefslogtreecommitdiffhomepage
path: root/alias
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-12-31 13:53:17 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-12-31 13:53:17 +0800
commitd7e7f869431122b50b0d98b41b6c93a831226154 (patch)
treef05ccb96efddfd56894b99930c85b76dc23b48a5 /alias
parentfac40d5b43aa2545b2e76534afdfaba970755c49 (diff)
update alias
Diffstat (limited to 'alias')
-rw-r--r--alias2
1 files changed, 1 insertions, 1 deletions
diff --git a/alias b/alias
index 8fc7b48..cc0c118 100644
--- a/alias
+++ b/alias
@@ -25,7 +25,7 @@ alias zsh.sourced='zsh -o SOURCE_TRACE'
25# }}} 25# }}}
26# CUSTOM HELPER {{{ 26# CUSTOM HELPER {{{
27 27
28cdh() { cd $SETTING_DIR/${*// //}; } 28cdh() { IFS=/; cd ~/helper/"$*"; IFS=' '; }
29alias chh="tig -C $SETTING_DIR status" 29alias chh="tig -C $SETTING_DIR status"
30alias profile='$EDITOR ~/helper/profile' 30alias profile='$EDITOR ~/helper/profile'
31 31