diff options
| 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 |
| commit | 985582b80c83dc894c383b41455973a1f9e7b562 (patch) | |
| tree | c7f2df1d68e7e7695e715ba0b41579edb0297e2a /.zshrc | |
| parent | 2031bd979dc9c27b303e0a53bc0cc9f4f0ef715a (diff) | |
Diffstat (limited to '.zshrc')
| -rw-r--r-- | .zshrc | 2 |
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 -- |