Add .local/bin to path

This commit is contained in:
fhdk 2019-12-21 15:35:30 +01:00
parent 1b54291dad
commit 6525c27489
No known key found for this signature in database
GPG Key ID: 3629B5D280E47F0A

View File

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