This repository has been archived on 2022-08-21. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/home/.bash_profile

8 lines
141 B
Bash

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