dots/.bash_profile

8 lines
166 B
Bash
Raw Normal View History

2020-02-18 15:16:20 +01:00
[[ -f ~/.bashrc ]] && . ~/.bashrc
if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
exec startx
fi
2020-04-08 19:52:42 +02:00
export PATH=$PATH:~/.bin