fix typo export $PATH

This commit is contained in:
PacBangLinux 2019-12-23 07:56:46 +00:00
parent 6525c27489
commit 46f29d06b2

View File

@ -5,7 +5,7 @@
XDG_CONFIG_HOME="$HOME/.config"
export XDG_CONFIG_HOME
export PATH="$HOME/.local/bin"
export PATH="$HOME/.local/bin:$PATH"
# [ "$PATH" == *"$HOME/bin"* ] || PATH="$HOME/bin:$PATH"
picom -b &