I use macos + anaconda (conda 4.8.2). How to show only a non-base environment on the console.
I want to get the next behavior:
in case of "base" environment command prompt should look like:
~/dir1/dir2$
in case of the non-base environment:
(non-base)~/dir1/dir2$
Thanks!