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:49:49 +01:00 committed by GitHub
parent 9cb5d3a7c1
commit 00cdaa1085
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,8 +50,7 @@ setupFastfetchShell() {
rc_file="$HOME/.zshrc"
;;
*)
printf "%b\n" "${RED}You sre using shell other than zsh and bash, your shell is: $current_shell${RC}, therefore you have to manually update your rc file."
other_shell=True
printf "%b\n" "${RED}$current_shell is not supported. Update your shell configuration manually.${RC}"
;;
esac