Remove PATH environment variable
parent
0a4b18f6ad
commit
834088247b
|
@ -3,5 +3,3 @@
|
||||||
if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
|
if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
|
||||||
exec startx
|
exec startx
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export PATH=$PATH:~/.bin
|
|
||||||
|
|
Loading…
Reference in New Issue