diff options
author | Thanos Apollo <[email protected]> | 2023-08-24 16:37:42 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-08-24 16:37:42 +0300 |
commit | 110c33aea02216f840abf58733218ce3e4f8ba64 (patch) | |
tree | 7cb264d38880be379ce96c867d4e245dd45f1649 | |
parent | 5c3e83d24cd72580d39963799c671411e6666be4 (diff) |
shells: zsh update for arch
-rwxr-xr-x | shells.org | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -198,8 +198,8 @@ * zshrc #+begin_src bash :tangle ~/.zshrc - 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 source ~/.shells/alias.sh source ~/.shells/exports.sh |