diff options
author | Joe <rbo@gmx.us> | 2024-01-02 09:47:09 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-01-02 09:47:09 +0100 |
commit | 5647e4c185fed274b4908b9ea631271637df8550 (patch) | |
tree | 83c92a2dfa8ff9dc61bc71ed6b6ff21ab6c3fce1 /.config/zsh | |
parent | up (diff) | |
download | dotfiles-bsd-5647e4c185fed274b4908b9ea631271637df8550.tar.gz dotfiles-bsd-5647e4c185fed274b4908b9ea631271637df8550.tar.bz2 dotfiles-bsd-5647e4c185fed274b4908b9ea631271637df8550.tar.xz dotfiles-bsd-5647e4c185fed274b4908b9ea631271637df8550.tar.zst dotfiles-bsd-5647e4c185fed274b4908b9ea631271637df8550.zip |
up
Diffstat (limited to '.config/zsh')
-rw-r--r-- | .config/zsh/plugins.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/zsh/plugins.zsh b/.config/zsh/plugins.zsh index 9d08a71..d6060a0 100644 --- a/.config/zsh/plugins.zsh +++ b/.config/zsh/plugins.zsh @@ -11,5 +11,5 @@ # == ===== ==== == # ======================== -source $HOME/.local/packs/fast-syntax-highlighting/F-Sy-H.plugin.zsh >/dev/null +source $HOME/.local/packs/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh >/dev/null source $HOME/.local/packs/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh >/dev/null |