FollieHiyuki-dotfiles/home/.bash_profile

8 lines
141 B
Bash
Raw Normal View History

2021-02-13 11:28:59 -05:00
#!/bin/bash
[ -f $HOME/.bashrc ] && . $HOME/.bashrc
# if [[ "$(tty)" = "/dev/tty1" ]]; then
# exec startx $HOME/.config/X11/xinitrc
# fi