Browse Source

Ensure local path

main
parent
commit
b15a6d5cc2
  1. 3
      config/profile

3
config/profile

@ -1,3 +1,6 @@
PATH=$PATH:~/.local/bin
export PATH
if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
exec startx
fi
Loading…
Cancel
Save