diff options
Diffstat (limited to 'alias')
| -rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -25,7 +25,7 @@ alias zsh.sourced='zsh -o SOURCE_TRACE' | |||
| 25 | # }}} | 25 | # }}} |
| 26 | # CUSTOM HELPER {{{ | 26 | # CUSTOM HELPER {{{ |
| 27 | 27 | ||
| 28 | cdh() { cd $SETTING_DIR/${*// //}; } | 28 | cdh() { IFS=/; cd ~/helper/"$*"; IFS=' '; } |
| 29 | alias chh="tig -C $SETTING_DIR status" | 29 | alias chh="tig -C $SETTING_DIR status" |
| 30 | alias profile='$EDITOR ~/helper/profile' | 30 | alias profile='$EDITOR ~/helper/profile' |
| 31 | 31 | ||