11 lines
172 B
Fish
11 lines
172 B
Fish
if test -f /etc/motd
|
|
cat /etc/motd
|
|
end
|
|
|
|
if status is-interactive
|
|
# Commands to run in interactive sessions can go here
|
|
end
|
|
|
|
|
|
export (envsubst < $HOME/.config/.env)
|