From a39ecf41bc0ba8093a1212f9deed7c294c215771 Mon Sep 17 00:00:00 2001 From: Anton Lindholm Date: Mon, 27 Oct 2025 19:03:52 +0200 Subject: [PATCH] config/uwsm/env: remove extra trailing / in path (#2907) --- config/uwsm/env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/uwsm/env b/config/uwsm/env index 065fcdac..b988bc29 100644 --- a/config/uwsm/env +++ b/config/uwsm/env @@ -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