about summary refs log tree commit diff stats
path: root/.config
diff options
context:
space:
mode:
authorVitor Gonçalves <vitorg@tilde.team>2024-01-20 02:48:02 -0300
committerVitor Gonçalves <vitorg@tilde.team>2024-01-20 02:48:02 -0300
commit0c892f26d673a19560a9e40574bf9932c5f23565 (patch)
tree0c20c039157ef09f947be2e8ddd86ccfa08e98f1 /.config
parenta6cae126b633ffded535593484e185ab5520e59e (diff)
downloaddots-0c892f26d673a19560a9e40574bf9932c5f23565.tar.gz
forgot to add in the rc commit
i'm not using vi mode!!!
Diffstat (limited to '.config')
-rw-r--r--.config/bash/prompt5
1 files changed, 0 insertions, 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/'`