aboutsummaryrefslogtreecommitdiff
path: root/.config/fish/functions/fish_greeting.fish
diff options
context:
space:
mode:
Diffstat (limited to '.config/fish/functions/fish_greeting.fish')
-rw-r--r--.config/fish/functions/fish_greeting.fish4
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/fish/functions/fish_greeting.fish b/.config/fish/functions/fish_greeting.fish
new file mode 100644
index 0000000..671c5a0
--- /dev/null
+++ b/.config/fish/functions/fish_greeting.fish
@@ -0,0 +1,4 @@
+function fish_greeting
+ #fastfetch
+ fortune -s | cowsay -f (ls /usr/share/cows/*.cow | shuf -n1) | lolcat -t -F 0.3
+end