diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-03-06 00:25:53 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-03-06 00:25:53 +0800 |
commit | 46330677f75c0d20d9a1e32a1875f27ab41349ca (patch) | |
tree | 425154c745e6949f345132735e21ab81fcdde617 /zsh | |
parent | 77a7744876f04ff9abcc2e0c2732fd4be6b052cb (diff) |
Completion for task
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/zshrc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -11,7 +11,6 @@ echo '\e[1 q' | |||
11 | export SETTING_DIR=$HOME/helper | 11 | export SETTING_DIR=$HOME/helper |
12 | fpath=($SETTING_DIR/zsh $fpath) | 12 | fpath=($SETTING_DIR/zsh $fpath) |
13 | source $SETTING_DIR/zsh/completion.zsh | 13 | source $SETTING_DIR/zsh/completion.zsh |
14 | source $SETTING_DIR/bin/init/load-settings.sh | ||
15 | 14 | ||
16 | # Reload zshrc | 15 | # Reload zshrc |
17 | function .() { | 16 | function .() { |
@@ -104,6 +103,9 @@ alias grep='grep --color' | |||
104 | # Quick jump to parent folders | 103 | # Quick jump to parent folders |
105 | source ~/helper/zsh/bd.zsh | 104 | source ~/helper/zsh/bd.zsh |
106 | 105 | ||
106 | # Load my general settings | ||
107 | source $SETTING_DIR/bin/init/load-settings.sh | ||
108 | |||
107 | 109 | ||
108 | # Finally, make sure the terminal is in application mode, when zle is | 110 | # Finally, make sure the terminal is in application mode, when zle is |
109 | # active. Only then are the values from $terminfo valid. | 111 | # active. Only then are the values from $terminfo valid. |