From 0c892f26d673a19560a9e40574bf9932c5f23565 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vitor=20Gon=C3=A7alves?= Date: Sat, 20 Jan 2024 02:48:02 -0300 Subject: [PATCH] forgot to add in the rc commit i'm not using vi mode!!! --- .config/bash/prompt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.config/bash/prompt b/.config/bash/prompt index 4a246b4..f65f096 100644 --- a/.config/bash/prompt +++ b/.config/bash/prompt @@ -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/'`