I recently installed Julia on my iMac running High Sierra. Julia seems to want to run in the Z-shell whereas I normally use bash. I haven't run Julia today but my Term2 windows are screwed up since installing Jullia. It used to be that when I was using iTerm, the command line listed the name of my current directory followed by the cursor. Now when I use it the command line contains a long character string. If I run bash, the command line returns to normal. Any hints on how to get iTerm from starting in the Z-shell. An image of the terminal has too small print to read... The cursor line used to look like so:
my_user_name/computer_name:/Volumes/MyBook/Applications$
but now it looks like:
\[\033[36m\]\u\[\033[m\]@\[\033[32m\]\h:\[\033[33;1m\]\w\[\033[m\]$
echo $TERM
show in both cases – mmmmmm Aug 02 '18 at 22:01