diff options
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 -- |