aboutsummaryrefslogtreecommitdiffhomepage
path: root/alias
diff options
context:
space:
mode:
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