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

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