Files
dotfiles/config/fish/config.fish
2024-10-11 12:08:14 +02:00

13 lines
209 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
if test -f $HOME/.config/env
export (envsubst < $HOME/.config/.env)
end