I'm having issues with two parts of my Terminal installation in particular.
The first is the prompt area. Look at how on each new line it says 108%
instead of >
. I'd like to know how I can switch that back to >
.
![Image of Terminal][1]
The second issue is that I'm having issues setting my $EDITOR
variable for tmux to work.
I've worked and set up the .tmux.conf file, and used the following line to attempt to set the editor:
EDITOR = "vim"