added auto startx on tty1
This commit is contained in:
parent
62fd88bf34
commit
23758b67d5
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@ if status is-interactive
|
|||
# Commands to run in interactive sessions can go here
|
||||
end
|
||||
|
||||
if status --is-login
|
||||
[ "$(tty)" = "/dev/tty1" ] && exec startx -- -keeptty
|
||||
end
|
||||
|
||||
fish_default_key_bindings
|
||||
|
||||
set -gx EDITOR nvim
|
||||
|
|
Loading…
Reference in a new issue