config/uwsm/env: remove extra trailing / in path (#2907)

This commit is contained in:
Anton Lindholm
2025-10-27 19:03:52 +02:00
committed by GitHub
parent 048fdea87a
commit a39ecf41bc

View File

@@ -2,7 +2,7 @@
# Ensure Omarchy bins are in the path
export OMARCHY_PATH=$HOME/.local/share/omarchy
export PATH=$OMARCHY_PATH/bin/:$PATH
export PATH=$OMARCHY_PATH/bin:$PATH
# Set default terminal and editor
source ~/.config/uwsm/default