diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-09 21:20:44 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-09 21:20:44 +0200 |
commit | 6434a2b0c1a0fc6bd9d63d437243d8c5fd45ac34 (patch) | |
tree | 14d6168ccd11b2c59699bde4e643b8ec2211137e | |
parent | 9001cd2124c665abcedf359ef77507e301ea9e8e (diff) |
readded plugins and removed slow line
-rw-r--r-- | config/essentials/zsh/.zshrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/essentials/zsh/.zshrc b/config/essentials/zsh/.zshrc index d324e19..5e1e838 100644 --- a/config/essentials/zsh/.zshrc +++ b/config/essentials/zsh/.zshrc @@ -18,7 +18,6 @@ zle -N edit-command-line zstyle ':compinstall' filename '/home/aluc/.zshrc' zstyle ':completion:*' menu select autoload -Uz compinit -compinit -d $XDG_CACHE_HOME/zsh/zcompdump-$ZSH_VERSION autoload -Uz surround zle -N delete-surround surround zle -N add-surround surround @@ -28,6 +27,8 @@ compinit # Source files . $ZDOTDIR/functions.zsh . $ZDOTDIR/aliases.sh +. /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh +. /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh bindkey -v bindkey -a cs change-surround |