mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2025-01-31 06:35:41 +00:00
Update core/tabs/applications-setup/fastfetch-setup.sh
Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
This commit is contained in:
parent
5d2eaf97b4
commit
a1ecd65754
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user