I have just installed zsh shel in my terminal.
But with every line I have a timestamp logged (see screenshot)
I want to get rid of the timestamp.
Can somebody please help me? Many thanks
Switching to a different theme like "agnoster" can solve the issue you're experiencing.
To do that,
source ~/.zshrc
)I suppose you use Powerlevel theme then
Open zsh config file (~/.zshrc) and set the theme to powerlevel
i.e.
(ZSH_THEME="powerlevel10k/powerlevel10k" ")
And Add this line at the bottom of the .zshrc file --
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=()