FollieHiyuki-dotfiles/home/.bash_profile
2021-02-13 19:28:59 +03:00

8 lines
141 B
Bash

#!/bin/bash
[ -f $HOME/.bashrc ] && . $HOME/.bashrc
# if [[ "$(tty)" = "/dev/tty1" ]]; then
# exec startx $HOME/.config/X11/xinitrc
# fi