Merged in pacbanglinux/archlabs-skel (pull request #2)

add systemd  user path - symlink bin
This commit is contained in:
PacBangLinux 2019-12-23 17:54:51 +00:00 committed by Nate Maia
commit 14967013ae
3 changed files with 3 additions and 1 deletions

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"
# [ "$PATH" == *"$HOME/bin"* ] || PATH="$HOME/bin:$PATH"
picom -b &
nitrogen --restore &

1
base/bin Symbolic link
View File

@ -0,0 +1 @@
.local/bin