mmm auto startx

This commit is contained in:
lickthecheese 2020-06-16 22:29:13 -04:00
parent e5a3d20bac
commit 43a06db24b
2 changed files with 3 additions and 2 deletions

View File

@ -11,7 +11,7 @@ export LANG="en_US.UTF-8"
export LC_ALL="en_US.UTF-8"
[ -f ~/.bashrc ] && source "$HOME/.bashrc"
[ "$SHELL" -eq "bash"] && [ -f ~/.bashrc ] && source "$HOME/.bashrc"
[ "$(tty)" = "/dev/tty1" ] && ! pgrep -x i3 > /dev/null && exec startx

3
.zshrc
View File

@ -16,7 +16,8 @@ setopt autocd
bindkey -v
# End of lines configured by zsh-newuser-install
# why wont it run my profile lol
source .profile