startx by default but not on ssh
This commit is contained in:
parent
150eab0b4c
commit
8dcb892343
1 changed files with 1 additions and 1 deletions
2
bashrc
2
bashrc
|
@ -2,7 +2,7 @@
|
||||||
shopt -s checkwinsize
|
shopt -s checkwinsize
|
||||||
|
|
||||||
#Launch startx when login
|
#Launch startx when login
|
||||||
#[[ -z $DISPLAY && $XDG_VTNR -le 4 ]] && exec startx
|
[[ -z $DISPLAY && $XDG_VTNR -le 4 && -z $SSH_CLIENT ]] && exec startx
|
||||||
|
|
||||||
shopt -s histappend
|
shopt -s histappend
|
||||||
PROMPT_COMMAND='history -a'
|
PROMPT_COMMAND='history -a'
|
||||||
|
|
Loading…
Reference in a new issue