Files
dotfiles/config/fish/config.fish
2024-10-11 12:04:44 +02:00

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)