add .local/bin to path
This commit is contained in:
parent
cba421d105
commit
0662d805ad
1 changed files with 1 additions and 0 deletions
|
@ -227,6 +227,7 @@
|
||||||
"helpers"
|
"helpers"
|
||||||
(format #f "~{~a~&~}"
|
(format #f "~{~a~&~}"
|
||||||
(list
|
(list
|
||||||
|
"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