mirror of
https://github.com/jon4hz/cat_greeting.git
synced 2025-12-19 23:36:20 +01:00
create fish_greeting.fish
This commit is contained in:
23
fish_greeting.fish
Normal file
23
fish_greeting.fish
Normal file
@@ -0,0 +1,23 @@
|
||||
function fish_greeting
|
||||
# only print longcat in kitty
|
||||
if set -q KITTY_WINDOW_ID
|
||||
switch (random 1 8)
|
||||
case 1
|
||||
longcat
|
||||
case 2
|
||||
longcat -H
|
||||
case 3
|
||||
longcat -R
|
||||
case 4
|
||||
longcat -r
|
||||
case 5
|
||||
longcat -H -r
|
||||
case 6
|
||||
longcat -H -R
|
||||
case 7
|
||||
longcat -R -r
|
||||
case 8
|
||||
longcat -R -H -r
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user