diff options
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. |