my_config/fish_cfg/functions/fish_greeting.fish

12 lines
159 B
Fish

function fish_greeting
neofetch
#
~/bin/nagios_status
#
if test -f ~/todo.txt
echo
echo
cat ~/todo.txt
end
end