diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2024-12-31 13:53:17 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2024-12-31 13:53:17 +0800 |
| commit | d7e7f869431122b50b0d98b41b6c93a831226154 (patch) | |
| tree | f05ccb96efddfd56894b99930c85b76dc23b48a5 | |
| parent | fac40d5b43aa2545b2e76534afdfaba970755c49 (diff) | |
update 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 | ||