aboutsummaryrefslogtreecommitdiffhomepage
path: root/zsh/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/zshrc')
-rw-r--r--zsh/zshrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index 636cb72..b61709d 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -3,11 +3,12 @@ set -o emacs
3 3
4# helper repo 4# helper repo
5export SETTING_DIR=$HOME/helper 5export SETTING_DIR=$HOME/helper
6source $SETTING_DIR/tools/init/load-settings.sh
7fpath=($SETTING_DIR/zsh $fpath) 6fpath=($SETTING_DIR/zsh $fpath)
7source $SETTING_DIR/zsh/completion.zsh
8source $SETTING_DIR/tools/init/load-settings.sh
8 9
9# Reload zshrc 10# Reload zshrc
10alias .="source $0" 11alias .="source $ZDOTDIR/.zshrc"
11 12
12# Options 13# Options
13setopt extended_glob 14setopt extended_glob