From a1ecd65754f76c265e7c8dccd0fe66ee88b163ac Mon Sep 17 00:00:00 2001 From: mateuszkozako Date: Wed, 22 Jan 2025 09:50:10 +0100 Subject: [PATCH] Update core/tabs/applications-setup/fastfetch-setup.sh Co-authored-by: Adam Perkowski --- core/tabs/applications-setup/fastfetch-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tabs/applications-setup/fastfetch-setup.sh b/core/tabs/applications-setup/fastfetch-setup.sh index ce9842dc..0d476ebd 100644 --- a/core/tabs/applications-setup/fastfetch-setup.sh +++ b/core/tabs/applications-setup/fastfetch-setup.sh @@ -66,7 +66,7 @@ setupFastfetchShell() { read -r response if [ "$response" = "y" ] || [ "$response" = "Y" ]; then - printf "\n# Run fastfetch on terminal start\nfastfetch\n" >>"$rc_file" + printf "\n# Run fastfetch on shell initialization\nfastfetch\n" >>"$rc_file" printf "%b\n" "${GREEN}Added fastfetch to $rc_file${RC}" else printf "%b\n" "${YELLOW}Skipped adding fastfetch to shell config${RC}"