From b937cd2a2975061d267b63fc9d4a63d31783fc8f Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Thu, 25 Aug 2022 18:57:12 +0200 Subject: [PATCH] Update extension loading --- home/.config/zsh/.zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/.config/zsh/.zshrc b/home/.config/zsh/.zshrc index 71e045e..9182e4b 100755 --- a/home/.config/zsh/.zshrc +++ b/home/.config/zsh/.zshrc @@ -67,9 +67,9 @@ zstyle ':completion:::::' completer _expand _complete _ignored _approximate #ena [ $UID -eq 0 ] && export TMOUT=600 # Load extensions (should be last) -. /usr/share/zsh/site-functions/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 2>/dev/null -. /usr/share/zsh/site-functions/zsh-autosuggestions/zsh-autosuggestions.zsh 2>/dev/null -eval "$(lua /usr/local/src/z.lua/z.lua --init zsh enhanced)" +source /usr/share/zsh/site-functions/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh +source /usr/share/zsh/site-functions/zsh-autosuggestions/zsh-autosuggestions.zsh +source /usr/local/src/z.lua/z.lua.plugin.zsh if command -v pyenv >/dev/null 2>&1; then eval "$(pyenv init -)" fi