fix typo export $PATH
This commit is contained in:
parent
6525c27489
commit
46f29d06b2
@ -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 &
|
||||
|
Reference in New Issue
Block a user