14 lines
192 B
Fish
14 lines
192 B
Fish
if test -f /etc/motd
|
|
cat /ect/motd
|
|
end
|
|
|
|
if status is-interactive
|
|
# Commands to run in interactive sessions can go here
|
|
end
|
|
|
|
|
|
if test -d /opt/asdf-vm
|
|
source /opt/asdf-vm/asdf.fish
|
|
end
|
|
|