Skip to content

Commit

Permalink
Update core/tabs/applications-setup/fastfetch-setup.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Perkowski <[email protected]>
  • Loading branch information
mateuszkozako and adamperkowski authored Jan 22, 2025
1 parent 5d2eaf9 commit a1ecd65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tabs/applications-setup/fastfetch-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit a1ecd65

Please sign in to comment.