Files
endeavouros-i3wm-setup/.bash_profile
T
Johannes Kamprad 06f0d4e8ae Add files via upload
2021-10-19 18:54:32 +02:00

11 lines
150 B
Bash

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