diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2024-12-05 12:19:02 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2024-12-05 12:22:37 +0800 |
| commit | 31b853a7bebad5db3f84af9609ff41f72fa9ad7b (patch) | |
| tree | 4cd4ede087258403afa406e348f27b0049dc9d25 /alias | |
| parent | 2ef7db0d4cc14267db389ac209f8d3753d14fe99 (diff) | |
Update
Diffstat (limited to 'alias')
| -rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -22,7 +22,7 @@ alias zsh.sourced='zsh -o SOURCE_TRACE' | |||
| 22 | 22 | ||
| 23 | # }}} | 23 | # }}} |
| 24 | # CUSTOM HELPER {{{ | 24 | # CUSTOM HELPER {{{ |
| 25 | cdh() { set -x; cd $SETTING_DIR/${*// //}; set +x; } | 25 | cdh() { cd $SETTING_DIR/${*// //}; } |
| 26 | alias chh="tig -C $SETTING_DIR status" | 26 | alias chh="tig -C $SETTING_DIR status" |
| 27 | # }}} | 27 | # }}} |
| 28 | # Text Encode/Decode{{{ | 28 | # Text Encode/Decode{{{ |