Skip to content

Instantly share code, notes, and snippets.

@P4z
Last active January 12, 2018 15:52
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save P4z/af471d34af0994913f45457b52b18d74 to your computer and use it in GitHub Desktop.
Save P4z/af471d34af0994913f45457b52b18d74 to your computer and use it in GitHub Desktop.
/etc/fish/fish_greeting
function fish_greeting
#/usr/games/fortune -s | /usr/games/cowsay -nfhead-in | /usr/games/lolcat
if test -x /etc/motd.tcl
/etc/motd.tcl
end
#/usr/bin/cal -B1 -A1 #| /usr/games/lolcat -ap .333 -d 2
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment