diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2025-07-27 21:03:50 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2025-07-27 21:03:50 +0800 |
| commit | cda0870089c57d9b3859af0e58de0349da559020 (patch) | |
| tree | a1e8c1dac6188439e478378d6b3f540d7f865d2a /zsh/zshrc | |
| parent | dfb947732c2c57ff16c6e037f7aeda1844628368 (diff) | |
Update
Diffstat (limited to 'zsh/zshrc')
| -rw-r--r-- | zsh/zshrc | 8 |
1 files changed, 4 insertions, 4 deletions
| @@ -8,9 +8,9 @@ set -o emacs | |||
| 8 | echo -n '\e[1 q' | 8 | echo -n '\e[1 q' |
| 9 | 9 | ||
| 10 | # helper repo | 10 | # helper repo |
| 11 | export SETTING_DIR=$HOME/helper | 11 | export HELPER_DIR=$HOME/helper |
| 12 | fpath=($SETTING_DIR/zsh $fpath) | 12 | fpath=($HELPER_DIR/zsh $fpath) |
| 13 | source $SETTING_DIR/zsh/completion.zsh | 13 | source $HELPER_DIR/zsh/completion.zsh |
| 14 | 14 | ||
| 15 | # Reload zshrc | 15 | # Reload zshrc |
| 16 | function .() { | 16 | function .() { |
| @@ -108,7 +108,7 @@ bindkey '^[,' insert-first-word | |||
| 108 | 108 | ||
| 109 | 109 | ||
| 110 | # Quick jump to parent folders | 110 | # Quick jump to parent folders |
| 111 | source $SETTING_DIR/zsh/bd.zsh | 111 | source $HELPER_DIR/zsh/bd.zsh |
| 112 | 112 | ||
| 113 | # Finally, make sure the terminal is in application mode, when zle is | 113 | # Finally, make sure the terminal is in application mode, when zle is |
| 114 | # active. Only then are the values from $terminfo valid. | 114 | # active. Only then are the values from $terminfo valid. |