Update core/tabs/applications-setup/fastfetch-setup.sh

Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
This commit is contained in:
mateuszkozako 2025-01-22 09:50:10 +01:00 committed by GitHub
parent 5d2eaf97b4
commit a1ecd65754
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -66,7 +66,7 @@ setupFastfetchShell() {
read -r response read -r response
if [ "$response" = "y" ] || [ "$response" = "Y" ]; then 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}" printf "%b\n" "${GREEN}Added fastfetch to $rc_file${RC}"
else else
printf "%b\n" "${YELLOW}Skipped adding fastfetch to shell config${RC}" printf "%b\n" "${YELLOW}Skipped adding fastfetch to shell config${RC}"