simple question that yet does not found an easy answer: each time I open a new terminal, there is always a first line with a 0 and a ~, as in this way:
0 ~
~ >>
I'd like to remove it.
I suspect it's something related with conda, but auto_activate_base: false
is already present in ~/.condarc
.
Currently I use kitty-term, but it seems terminal independent.
It's however probably related with zsh
, for which I use oh-my-zsh
too. Here is my .zshrc
file.
My full system configuration can be found here, if further setup details are needed.
wow just figured it out: in this line of my zshrc I got a simple d
, that for oh-my-zsh is an alias for ~/.oh-my-zsh/lib/directories.zsh
that prints the current directory...
I leave this here in the unlucky case that someone else faces this issue.