Files
.dotfiles/bash/.bash_profile
T
2020-11-19 22:02:50 +01:00

9 lines
130 B
Bash

#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
exec startx
fi