[bugfix] profile PATH

This commit is contained in:
Klesh Wong 2020-11-25 02:18:57 +08:00
parent eb4859e855
commit a949e5a2c6

View File

@ -57,10 +57,10 @@ while :; do
done
EOT
cat <<'EOT' | sed "s|__DIR__|$DIR|g" > ~/.profile
cat <<'EOT' | sed "s|__PDIR__|$PDIR|g" > ~/.profile
#!/bin/sh
export PATH=__DIR__/bin:$HOME/.local/bin:$PATH
export PATH=__PDIR__/bin:$HOME/.local/bin:$PATH
export VIM_MODE=enhanced
export DMENU_DEFAULT_OPTS='-i -c -fn monospace:13 -nb #222222 -nf #bbbbbb -sb #5b97f7 -sf #eeeeee -l 20'