summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-08-24 16:37:42 +0300
committerThanos Apollo <[email protected]>2023-08-24 16:37:42 +0300
commit110c33aea02216f840abf58733218ce3e4f8ba64 (patch)
tree7cb264d38880be379ce96c867d4e245dd45f1649
parent5c3e83d24cd72580d39963799c671411e6666be4 (diff)
shells: zsh update for arch
-rwxr-xr-xshells.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/shells.org b/shells.org
index 2997c8f..a194cd3 100755
--- a/shells.org
+++ b/shells.org
@@ -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