Update to fastfetch.

This commit is contained in:
Joseph Hanson 2024-02-23 13:13:11 -06:00
parent f65331542b
commit 034c67f0b2
3 changed files with 6 additions and 6 deletions

View file

@ -43,7 +43,7 @@
functions = { functions = {
fish_greeting = { fish_greeting = {
description = "Set the fish greeting"; description = "Set the fish greeting";
body = "neofetch"; body = "fastfetch";
}; };
}; };
}; };
@ -100,7 +100,7 @@
hubble hubble
# misc # misc
neofetch fastfetch
cowsay cowsay
file file
which which

View file

@ -51,7 +51,7 @@
functions = { functions = {
fish_greeting = { fish_greeting = {
description = "Set the fish greeting"; description = "Set the fish greeting";
body = "neofetch"; body = "fastfetch";
}; };
}; };
}; };
@ -83,7 +83,7 @@
# here is some command line tools I use frequently # here is some command line tools I use frequently
# feel free to add your own or remove some of them # feel free to add your own or remove some of them
neofetch fastfetch
go-task go-task
# terminal file managers # terminal file managers

View file

@ -69,7 +69,7 @@
functions = { functions = {
fish_greeting = { fish_greeting = {
description = "Set the fish greeting"; description = "Set the fish greeting";
body = "neofetch"; body = "fastfetch";
}; };
}; };
}; };
@ -79,7 +79,7 @@
# here is some command line tools I use frequently # here is some command line tools I use frequently
# feel free to add your own or remove some of them # feel free to add your own or remove some of them
neofetch fastfetch
go-task go-task
# terminal file managers # terminal file managers