Fixed broken paths to zsh plugins

This commit is contained in:
2023-08-24 19:27:05 -04:00
parent e512556489
commit 0942ba74b0
+2 -2
View File
@@ -11,8 +11,8 @@ zstyle :compinstall filename "/home/$USER/.zshrc"
autoload -Uz compinit
compinit
PS1='%F{cyan}%n%f@%F{cyan}%m:%f%1~%f%F{cyan}|%#%f '
source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
source /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
bindkey '^[[H' beginning-of-line
bindkey '^[[F' end-of-line
bindkey '^[[3~' delete-char