cswimr/home
Archived
Template
1
0
Fork 0

fixed whitespace/indentation mistake

This commit is contained in:
Seaswimmer 2024-10-11 18:35:38 -04:00
parent 0f5e703cbe
commit f312a9b06a
Signed by: cswimr
GPG key ID: A9C162E867C851FA

View file

@ -126,7 +126,7 @@ function htop btop {
function fastfetch ff neofetch nf {
if (( $+commands[fastfetch] )); then
command fastfetch $@
elif (( $+commands[neofetch] )); then
elif (( $+commands[neofetch] )); then
echo "Warning: fastfetch is not installed, falling back to neofetch."
command neofetch $@
else