dotfiles/.bash_profile
Severin Kaderli 9547aa3ee3 Add .bashrc
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
2016-09-11 17:27:17 +02:00

5 lines
80 B
Bash

if [ "$(tty)" = "/dev/tty1" ]; then
startx && exit
fi
source $HOME/.bashrc