mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Update zsh extension sourcing
This commit is contained in:
parent
051afb1573
commit
7c291408e1
|
@ -61,8 +61,7 @@ zstyle ':completion:::::' completer _expand _complete _ignored _approximate #ena
|
||||||
[ -f ~/.config/shell/prompt ] && source ~/.config/shell/prompt
|
[ -f ~/.config/shell/prompt ] && source ~/.config/shell/prompt
|
||||||
|
|
||||||
# Load extensions (should be last)
|
# Load extensions (should be last)
|
||||||
. /usr/share/zsh/site-functions/zsh-syntax-highlighting.zsh 2>/dev/null # Syntax highlighting
|
. /usr/share/zsh/site-functions/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 2>/dev/null
|
||||||
. /usr/share/autojump/autojump.zsh 2>/dev/null # Auto-Jump
|
. /usr/share/zsh/site-functions/zsh-autosuggestions/zsh-autosuggestions.zsh 2>/dev/null
|
||||||
. /usr/share/zsh/site-functions/zsh-autosuggestions/zsh-autosuggestions.zsh 2>/dev/null # Auto suggestions
|
eval "$(lua ~/.local/src/z.lua/z.lua --init zsh enhanced)"
|
||||||
eval "$(lua ~/.local/src/z.lua/z.lua --init zsh enhanced)" # Auto-Jump alternative
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue