[bugfix] fix default PATH got overwrited

This commit is contained in:
Klesh Wong 2020-11-04 22:54:04 +08:00
parent 52101a2f73
commit a8d7ae3851

View File

@ -78,7 +78,7 @@ EOT
cat <<'EOT' > ~/.profile
#!/bin/sh
export PATH=$HOME/.local/bin
export PATH=$HOME/dotfiles/bin:$HOME/.local/bin:$PATH
export VIM_MODE=enhanced
# auto startx