# Changes require a relaunch of Hyprland to take effect.

# Ensure Omarchy bins are in the path
export OMARCHY_PATH=$HOME/.local/share/omarchy
export PATH=$OMARCHY_PATH/bin/:$PATH

# Set terminal used by all default commands
export TERMINAL=alacritty

# Activate mise if present on the system
omarchy-cmd-present mise && eval "$(mise activate bash)"
