Update to fastfetch.
This commit is contained in:
parent
f65331542b
commit
034c67f0b2
3 changed files with 6 additions and 6 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Reference in a new issue