My normal terminal command line has suddenly disappeared and has been replaced by this git command line ➜ ~ git:(master) ✗.
➜ ~ git:(master) ✗
How do I get rid of this an
Open your ZSH config file
sudo vim ~/.zshrc
and paste below command at the bottom of the file
PROMPT='${ret_status} %{$fg[cyan]%}%c%{$reset_color%} '
this will show current directory