diff options
Diffstat (limited to 'zsh/zshrc')
-rw-r--r-- | zsh/zshrc | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -3,11 +3,12 @@ set -o emacs | |||
3 | 3 | ||
4 | # helper repo | 4 | # helper repo |
5 | export SETTING_DIR=$HOME/helper | 5 | export SETTING_DIR=$HOME/helper |
6 | source $SETTING_DIR/tools/init/load-settings.sh | ||
7 | fpath=($SETTING_DIR/zsh $fpath) | 6 | fpath=($SETTING_DIR/zsh $fpath) |
7 | source $SETTING_DIR/zsh/completion.zsh | ||
8 | source $SETTING_DIR/tools/init/load-settings.sh | ||
8 | 9 | ||
9 | # Reload zshrc | 10 | # Reload zshrc |
10 | alias .="source $0" | 11 | alias .="source $ZDOTDIR/.zshrc" |
11 | 12 | ||
12 | # Options | 13 | # Options |
13 | setopt extended_glob | 14 | setopt extended_glob |