From c1415cada7b971180d74612fb5f9eb7f64d1abda Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Wed, 25 Sep 2024 00:36:08 +0200 Subject: Update x11 and local bins to path --- .config/shell/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/shell') diff --git a/.config/shell/profile b/.config/shell/profile index f33a58f..aa559fa 100755 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -3,7 +3,7 @@ # profile file. Runs on login. Environmental variables are set here. # Adds `~/.local/bin` to $PATH -export PATH="$PATH:${$(find ~/.local/bin -type d -printf %p:)%%:}" +export PATH="$PATH:$(find ~/.local/bin -type d | paste -sd ':' -)" unsetopt PROMPT_SP -- cgit v1.2.3-70-g09d2