Files
dotfiles/config/fish/config.fish

11 lines
172 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
export (envsubst < $HOME/.config/.env)