Set the path so we can always rely on it during install

This commit is contained in:
David Heinemeier Hansson 2025-08-11 15:06:39 +02:00
parent 0fd360e94f
commit ba40f6349e

View File

@ -3,6 +3,7 @@
# Exit immediately if a command exits with a non-zero status
set -e
export PATH="$HOME/.local/share/omarchy/bin:$PATH"
OMARCHY_INSTALL=~/.local/share/omarchy/install
# Give people a chance to retry running the installation