dotfiles/.config/fish/config.fish

8 lines
146 B
Fish

if status is-interactive
# Commands to run in interactive sessions can go here
end
set -U fish_greeting
function fish_greeting
fastfetch
end