Files
dotfiles/.config/uwsm/env

12 lines
338 B
Plaintext
Raw Normal View History

2026-03-08 00:25:01 +00:00
# Changes require a restart to take effect.
# Ensure Omarchy bins are in the path
export STATION_PATH=$HOME/.local/share/station
export PATH=$STATION_PATH/bin:$PATH
# Set default terminal and editor
source ~/.config/uwsm/default
# Activate mise if present on the system
station-cmd-present mise && eval "$(mise activate bash --shims)"