my_config/fish_cfg/functions/fish_greeting.fish

14 lines
206 B
Fish

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