chore: added auto startx on tty1
This commit is contained in:
parent
c8b4821f0b
commit
57591b0c03
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…
Add table
Reference in a new issue