about summary refs log tree commit diff
path: root/.zshrc
diff options
context:
space:
mode:
authorvenomade <venomade@venomade.com>2025-05-22 20:25:43 +0100
committervenomade <venomade@venomade.com>2025-05-22 20:25:43 +0100
commitedc74a464606b98378e24e27dcd3041b0f7f9162 (patch)
treef8f9acfcb332360906eb2d0ac7f1115d543768e4 /.zshrc
parentedcf5dd381c26274a939f4e703539b15c0058e99 (diff)
MacOS & Neovim HEAD master
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index 8a2c18e..97ce5f5 100644
--- a/.zshrc
+++ b/.zshrc
@@ -79,7 +79,7 @@ autoload -Uz add-zsh-hook
 add-zsh-hook precmd set_prompt
 
 # plugins
-source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
+source /Users/venomade/.local/share/zsh-plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
 
 # GHCUP for Haskell
 [ -f "/home/venomade/.ghcup/env" ] && . "/home/venomade/.ghcup/env" # ghcup-env
@@ -100,7 +100,7 @@ eval "$(devbox global shellenv)"
 run_emacs() {
     if [[ $# -eq 0 ]]; then
         if [[ -f "devbox.json" ]]; then
-            devbox run emacs &>/dev/null &
+            devbox run emacs .  &>/dev/null &
         else
             emacs
         fi