12 lines
235 B
Fish
12 lines
235 B
Fish
|
set -U fish_greeting
|
||
|
starship init fish | source
|
||
|
if status is-interactive
|
||
|
# Commands to run in interactive sessions can go here
|
||
|
end
|
||
|
|
||
|
if status is-login
|
||
|
if test -z "$DISPLAY" -a "$(tty)" = /dev/tty1
|
||
|
Hyprland
|
||
|
end
|
||
|
end
|