summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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