Last active
January 12, 2018 15:52
-
-
Save P4z/af471d34af0994913f45457b52b18d74 to your computer and use it in GitHub Desktop.
/etc/fish/fish_greeting
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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