From a59bce4ea2ea26bdb57765d0b83e92d73096d6b1 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Thu, 9 Feb 2023 13:40:10 +0800 Subject: Apply zsh completion from on-my-zsh --- zsh/zshrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'zsh/zshrc') 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 # helper repo export SETTING_DIR=$HOME/helper -source $SETTING_DIR/tools/init/load-settings.sh fpath=($SETTING_DIR/zsh $fpath) +source $SETTING_DIR/zsh/completion.zsh +source $SETTING_DIR/tools/init/load-settings.sh # Reload zshrc -alias .="source $0" +alias .="source $ZDOTDIR/.zshrc" # Options setopt extended_glob -- cgit v1.2.3-70-g09d2