Files
dotfiles/config/fish/config.fish
KaasKop- bb4de1a926 updates
2024-03-17 13:33:53 +01:00

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