I just removed the miniconda3's folder from home/username/, now i want to remove its path from my $PATH variable permanently.
As you can see below, it's the first one:
/home/username/miniconda3/bin:/home/username/miniconda3/condabin:/home/username/.nvm/versions/node/v16.17.1/bin:/home/username/.sdkman/candidates/maven/current/bin
How can i remove it from my PATH variable?
~/.bashrc
,~/.bash_profile
and so on.