[bugfix] fix default PATH got overwrited
This commit is contained in:
parent
52101a2f73
commit
a8d7ae3851
|
@ -78,7 +78,7 @@ EOT
|
||||||
cat <<'EOT' > ~/.profile
|
cat <<'EOT' > ~/.profile
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
export PATH=$HOME/.local/bin
|
export PATH=$HOME/dotfiles/bin:$HOME/.local/bin:$PATH
|
||||||
export VIM_MODE=enhanced
|
export VIM_MODE=enhanced
|
||||||
|
|
||||||
# auto startx
|
# auto startx
|
||||||
|
|
Loading…
Reference in New Issue
Block a user