fedora's location for zsh plugins is a little different

This commit is contained in:
William Ball 2025-04-17 10:21:27 -07:00
parent 93eef50690
commit 858c2b086e
Signed by: wball
GPG key ID: B8682D8137B70765

View file

@ -41,11 +41,8 @@ zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}
zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}' zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}'
# plugins # plugins
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh source /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh
# setup ocaml stuff
[[ ! -r '/home/wball/.local/share/opam/opam-init/init.zsh' ]] || source '/home/wball/.local/share/opam/opam-init/init.zsh' > /dev/null 2> /dev/null
# zoxide # zoxide
eval "$(zoxide init zsh)" eval "$(zoxide init zsh)"