diff options
author | awy <awy@awy.one> | 2025-08-16 00:37:03 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-08-16 00:37:03 +0300 |
commit | 5549fbbefa627e35c7a87daacf988c3bfacb744f (patch) | |
tree | aa132275e7a829baae37c304bfd00954e1c63df5 | |
parent | f73ff09f89df7f409c0e8dc3396f37dbd89b639a (diff) | |
download | hyprdots-5549fbbefa627e35c7a87daacf988c3bfacb744f.tar.gz |
gentoo specific
-rw-r--r-- | .config/zsh/.zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 23f8ac6..74acddb 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -134,6 +134,6 @@ bindkey -M vicmd '^[[P' vi-delete-char bindkey -M vicmd '^e' edit-command-line bindkey -M visual '^[[P' vi-delete -source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh +source /usr/share/zsh/site-functions/zsh-autosuggestions.zsh # Load syntax highlighting; should be last. -source /usr/share/zsh/plugins/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh 2>/dev/null +source /usr/share/zsh/site-functions/zsh-syntax-highlighting.zsh 2>/dev/null |