remove zsh support

This commit is contained in:
2026-06-20 13:54:39 +05:30
parent 85dabd42f1
commit 6415d1d65f
9 changed files with 14 additions and 35 deletions

View File

@@ -149,7 +149,7 @@ main() {
echo
log_success "Bat installation and configuration complete."
log_info "Please close and reopen your terminal or run: source ~/.bashrc (or source ~/.zshrc) to apply changes."
log_info "Please close and reopen your terminal or run: source ~/.bashrc to apply changes."
}
main "$@"