Using zsh / oh-my-zsh / amit
theme. Mac / iTerm.
$PS1
is
$(_user_host)${_current_dir} $(git_prompt_info) $(_ruby_version)
%{$fg[$CARETCOLOR]%}▶%{$resetcolor%}
When I clear my screen (with cmd+k
), it clears the first line, leaving just the ▶
as my prompt. Is there a way to prevent it from clearing the first line?
(I know this is super petty, it's just annoying the heck outta me).