mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-29 12:10:42 +00:00
Add zsh extensions as git modules
This commit is contained in:
parent
36fc25b4ee
commit
051afb1573
6 changed files with 15 additions and 1 deletions
|
@ -62,6 +62,7 @@ zstyle ':completion:::::' completer _expand _complete _ignored _approximate #ena
|
|||
|
||||
# Load extensions (should be last)
|
||||
. /usr/share/zsh/site-functions/zsh-syntax-highlighting.zsh 2>/dev/null # Syntax highlighting
|
||||
. /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh 2>/dev/null # Auto suggestions
|
||||
. /usr/share/autojump/autojump.zsh 2>/dev/null # Auto-Jump
|
||||
. /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)" # Auto-Jump alternative
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue