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

This commit is contained in:
Anton Lindholm
2025-10-27 18:03:52 +01:00
committed by GitHub
parent 048fdea87a
commit a39ecf41bc
+1 -1
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