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"