Run startx on tty1 after login
This commit is contained in:
parent
ea9f46a292
commit
0fd369e338
1
.zshrc
1
.zshrc
@ -100,5 +100,6 @@ source $ZSH/oh-my-zsh.sh
|
|||||||
# alias zshconfig="mate ~/.zshrc"
|
# alias zshconfig="mate ~/.zshrc"
|
||||||
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
||||||
#
|
#
|
||||||
|
if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then exec startx; fi
|
||||||
|
|
||||||
PATH="$HOME/.dotfiles/scripts:${PATH}"
|
PATH="$HOME/.dotfiles/scripts:${PATH}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user