forgot to add in the rc commit

i'm not using vi mode!!!
This commit is contained in:
Vitor Gonçalves 2024-01-20 02:48:02 -03:00
parent a6cae126b6
commit 0c892f26d6
Signed by: vitorg
GPG Key ID: B90BF113DF56EB41
1 changed files with 0 additions and 5 deletions

View File

@ -1,10 +1,5 @@
# vim: ft=sh
bind 'set show-mode-in-prompt on'
bind 'set vi-ins-mode-string "\e[33m[i] "'
bind 'set vi-cmd-mode-string "\e[35m[c] "'
# get current branch in git repo
function parse_git_branch() {
BRANCH=`git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/\1/'`