feat(zsh): drop "vim prompt"

I once was lost, but now I'm found. Original issue where I would forget
if I was inside of a shell inside of `vim` has been pretty much
nullified as I rarely use terminals inside of `nvim` and when I do, it's
quite obvious that I'm inside of a shell that's inside of `vim` and not
obscured like it was in the `:sh[ell]` days.
This commit is contained in:
Josh Sherman 2020-02-10 16:26:07 -06:00
parent 9b1b67ac41
commit 70dfbb6d9e
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

8
zshrc
View file

@ -58,14 +58,8 @@ git_prompt() {
fi
}
vim_prompt() {
if [ ! -z $VIMRUNTIME ]; then
echo ":%F{green}sh ";
fi
}
PS1='
$(vim_prompt)%F{blue}%~$(git_prompt)
%F{blue}%~$(git_prompt)
%F{244}%# %F{reset}'
source $HOME/.fzf.zsh