mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-04-19 09:42:27 +00:00
Update extension loading
This commit is contained in:
parent
f79aba8572
commit
b937cd2a29
1 changed files with 3 additions and 3 deletions
|
@ -67,9 +67,9 @@ zstyle ':completion:::::' completer _expand _complete _ignored _approximate #ena
|
||||||
[ $UID -eq 0 ] && export TMOUT=600
|
[ $UID -eq 0 ] && export TMOUT=600
|
||||||
|
|
||||||
# Load extensions (should be last)
|
# Load extensions (should be last)
|
||||||
. /usr/share/zsh/site-functions/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 2>/dev/null
|
source /usr/share/zsh/site-functions/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||||
. /usr/share/zsh/site-functions/zsh-autosuggestions/zsh-autosuggestions.zsh 2>/dev/null
|
source /usr/share/zsh/site-functions/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||||
eval "$(lua /usr/local/src/z.lua/z.lua --init zsh enhanced)"
|
source /usr/local/src/z.lua/z.lua.plugin.zsh
|
||||||
if command -v pyenv >/dev/null 2>&1; then
|
if command -v pyenv >/dev/null 2>&1; then
|
||||||
eval "$(pyenv init -)"
|
eval "$(pyenv init -)"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue