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