10 lines
238 B
Fish
10 lines
238 B
Fish
if status is-interactive
|
|
# Commands to run in interactive sessions can go here
|
|
end
|
|
|
|
if status is-login && [ $XDG_SESSION_TYPE = wayland ]
|
|
set -Ux MOZ_ENABLE_WAYLAND 1
|
|
end
|
|
|
|
set -Ux RANGER_LOAD_DEFAULT_RC FALSE
|
|
set -U fish_greeting
|