diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-02-09 13:40:10 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-02-09 14:26:46 +0800 |
commit | a59bce4ea2ea26bdb57765d0b83e92d73096d6b1 (patch) | |
tree | cb0bb0e1b023f5b1a498791e7a8f375b4c98527c /zsh/zshrc | |
parent | cda2dc0913dd77d91249afbe5f136f752f9bd7e4 (diff) |
Apply zsh completion from on-my-zsh
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 |