diff options
author | Joe <rbo@gmx.us> | 2023-12-30 05:17:59 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2023-12-30 05:17:59 +0100 |
commit | b56c244d69804bc03a4d8b18e2532f56c7faf504 (patch) | |
tree | 42db427ab455f019dd609995c0807d4b417abf41 /.config | |
parent | up (diff) | |
download | dotfiles-bsd-b56c244d69804bc03a4d8b18e2532f56c7faf504.tar.gz dotfiles-bsd-b56c244d69804bc03a4d8b18e2532f56c7faf504.tar.bz2 dotfiles-bsd-b56c244d69804bc03a4d8b18e2532f56c7faf504.tar.xz dotfiles-bsd-b56c244d69804bc03a4d8b18e2532f56c7faf504.tar.zst dotfiles-bsd-b56c244d69804bc03a4d8b18e2532f56c7faf504.zip |
fsyh
Diffstat (limited to '.config')
-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 d6060a0..9d08a71 100644 --- a/.config/zsh/plugins.zsh +++ b/.config/zsh/plugins.zsh @@ -11,5 +11,5 @@ # == ===== ==== == # ======================== -source $HOME/.local/packs/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh >/dev/null +source $HOME/.local/packs/fast-syntax-highlighting/F-Sy-H.plugin.zsh >/dev/null source $HOME/.local/packs/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh >/dev/null |