Fish
This commit is contained in:
14
.config/fish/functions/fish_greeting.fish
Normal file
14
.config/fish/functions/fish_greeting.fish
Normal file
@@ -0,0 +1,14 @@
|
||||
function fish_greeting
|
||||
if test (string match -r 'kitty|ghostty' $TERM)
|
||||
omf t bobthefish
|
||||
fastfetch --logo-type kitty -l ~/.config/fastfetch/logo.png
|
||||
if test $HYPRLAND_INSTANCE_SIGNATURE; echo -e "\e[34m \e[39m""$(hyprctl splash)"; end
|
||||
else
|
||||
if test $TERM = 'linux'
|
||||
omf t ''
|
||||
fastfetch -c none
|
||||
else
|
||||
fastfetch
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user