mirror of
https://github.com/ION606/fish-config.git
synced 2026-05-14 22:06:57 +00:00
initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
function animate_typing
|
||||
set message $argv
|
||||
echo -e $message | pv -qL 30
|
||||
end
|
||||
|
||||
|
||||
function fish_greeting
|
||||
toilet FIMSH!
|
||||
# one for the display manager, one user one
|
||||
if test (count (pgrep -x fish)) -eq 2
|
||||
animate_typing "\e[38;5;207m❥ Welcome to your Fish shell! \e[0m"
|
||||
else
|
||||
echo -e "\e[38;5;207m❥ Welcome to your Fish shell! \e[0m"
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user