mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
7 lines
157 B
Plaintext
7 lines
157 B
Plaintext
export OMARCHY_PATH=$HOME/.local/share/omarchy
|
|
export PATH=$OMARCHY_PATH/bin/:$PATH
|
|
|
|
if command -v mise &> /dev/null; then
|
|
eval "$(mise activate bash)"
|
|
fi
|