export path

This commit is contained in:
Peter Tillemans 2025-07-23 23:30:29 +02:00
parent 0662d805ad
commit b3ac1aa68a

View file

@ -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"