From 46330677f75c0d20d9a1e32a1875f27ab41349ca Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Mon, 6 Mar 2023 00:25:53 +0800 Subject: Completion for task --- zsh/zshrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'zsh') diff --git a/zsh/zshrc b/zsh/zshrc index c11e798..b96e853 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -11,7 +11,6 @@ echo '\e[1 q' export SETTING_DIR=$HOME/helper fpath=($SETTING_DIR/zsh $fpath) source $SETTING_DIR/zsh/completion.zsh -source $SETTING_DIR/bin/init/load-settings.sh # Reload zshrc function .() { @@ -104,6 +103,9 @@ alias grep='grep --color' # Quick jump to parent folders source ~/helper/zsh/bd.zsh +# Load my general settings +source $SETTING_DIR/bin/init/load-settings.sh + # Finally, make sure the terminal is in application mode, when zle is # active. Only then are the values from $terminfo valid. -- cgit v1.2.3-70-g09d2