« get me outta code hell

more acme - dotfiles - Miscellaneous configuration files of my personal use
about summary refs log tree commit diff
path: root/.zshrc
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2025-10-28 20:15:37 -0300
committer(quasar) nebula <qznebula@protonmail.com>2025-10-28 20:15:37 -0300
commit985582b80c83dc894c383b41455973a1f9e7b562 (patch)
treec7f2df1d68e7e7695e715ba0b41579edb0297e2a /.zshrc
parent2031bd979dc9c27b303e0a53bc0cc9f4f0ef715a (diff)
more acme HEAD main
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 14c2b54..97d0ddf 100644
--- a/.zshrc
+++ b/.zshrc
@@ -105,7 +105,7 @@ if [[ -v DEVICE_HAS_PLAN9 ]]; then
 
   plumber 2>/dev/null
 
-  alias acme='SHELL="'"$DOTFILES"'"/scripts/acme/acme-shell acme'
+  alias acme='SHELL="'"$DOTFILES"'"/scripts/acme/acme-shell PATH="'"$DOTFILES"'/scripts/acme:$PATH" acme'
 fi
 
 # -- Python --