Add mise to UWSM path (#654)

This commit is contained in:
Ryan Hughes 2025-08-11 16:40:08 +02:00 committed by GitHub
parent b6a1d7643d
commit c8e848530a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,2 +1,6 @@
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