Merged in pacbanglinux/archlabs-skel (pull request #2)
add systemd user path - symlink bin
This commit is contained in:
commit
14967013ae
@ -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"
|
||||
# [ "$PATH" == *"$HOME/bin"* ] || PATH="$HOME/bin:$PATH"
|
||||
|
||||
picom -b &
|
||||
nitrogen --restore &
|
||||
|
Reference in New Issue
Block a user