OSDN Git Service

Initial commit
[rebornos/cnchi-gnome-mac-osdn.git] / airootfs / etc / skel / .bash_profile2
1 #
2 # ~/.bash_profile
3 #
4
5 [[ -f ~/.bashrc ]] && . ~/.bashrc
6
7 if [ -z "$DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 1 ]; then
8   exec startx
9 fi