export path
This commit is contained in:
parent
0662d805ad
commit
b3ac1aa68a
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@
|
||||||
"helpers"
|
"helpers"
|
||||||
(format #f "~{~a~&~}"
|
(format #f "~{~a~&~}"
|
||||||
(list
|
(list
|
||||||
"PATH=$PATH:$HOME/.local/bin"
|
"export PATH=$PATH:$HOME/.local/bin"
|
||||||
"eval \"$(direnv hook bash)\""
|
"eval \"$(direnv hook bash)\""
|
||||||
"eval \"$(atuin init bash)\""
|
"eval \"$(atuin init bash)\""
|
||||||
"if [[ \"$ALACRITTY_WINDOW_ID\" != \"\" ]]; then tmux; fi"
|
"if [[ \"$ALACRITTY_WINDOW_ID\" != \"\" ]]; then tmux; fi"
|
||||||
|
|
Loading…
Add table
Reference in a new issue