summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-10-09 21:20:44 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-10-09 21:20:44 +0200
commit6434a2b0c1a0fc6bd9d63d437243d8c5fd45ac34 (patch)
tree14d6168ccd11b2c59699bde4e643b8ec2211137e /config
parent9001cd2124c665abcedf359ef77507e301ea9e8e (diff)
readded plugins and removed slow line
Diffstat (limited to 'config')
-rw-r--r--config/essentials/zsh/.zshrc3
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