From 0662d805ade56aa24dc1c8f29817c3d73f0668e1 Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Wed, 23 Jul 2025 23:23:53 +0200 Subject: [PATCH] add .local/bin to path --- snamellit/common.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/snamellit/common.scm b/snamellit/common.scm index 82ab1bd..572ec80 100644 --- a/snamellit/common.scm +++ b/snamellit/common.scm @@ -227,6 +227,7 @@ "helpers" (format #f "~{~a~&~}" (list + "PATH=$PATH:$HOME/.local/bin" "eval \"$(direnv hook bash)\"" "eval \"$(atuin init bash)\"" "if [[ \"$ALACRITTY_WINDOW_ID\" != \"\" ]]; then tmux; fi"