Terminal problem

Hello I am Adrianos and very recently I have been having this problem with my terminal on Mac. Whenever I open a new terminal it immediately goes to sudo command and asks for my computer's password. After when I enter it it outputs:

net.inet.udp.maxdgram: 65535 -> 65535 (base) adrianosbotsios@Adrianoss-MBP  ~ % 

What have I done and how do I fix this because it seems like I am logging in somewhere? I just want to use the terminal to run programs, but every time I have to log in through the sudo command. Please help me! Thank you very much!

Sincerely,

Adrianos

Clean out your local login scripts, as you've or something you've installed has seemingly modified one of them in an untoward way.

Finder can be used to rename the scripts. Use Command-Shift-Period to toggle hidden files, and you can then temporarily rename the zsh login files to reset your environment.

Here's an intro to what goes where among the login scripts, and indirectly an intro to the scripts involved with zsh:

https://newbedev.com/what-should-shouldn-t-go-in-zshenv-zshrc-zlogin-zprofile-zlogout

Terminal problem
 
 
Q