More fixes for bash prompt when playing with history
This commit is contained in:
parent
2bed15d29f
commit
b5dc471846
|
@ -153,7 +153,7 @@ GIT_PS1_STATESEPARATOR=" "
|
||||||
source /usr/share/git/completion/git-prompt.sh
|
source /usr/share/git/completion/git-prompt.sh
|
||||||
eval "$(pipenv --completion)"
|
eval "$(pipenv --completion)"
|
||||||
#PS1='[\u@\h \W$(__git_ps1 " (%s)")]\$ '
|
#PS1='[\u@\h \W$(__git_ps1 " (%s)")]\$ '
|
||||||
PS1='\[\e[1;32m\u@\h \e[1;34m\w\]\n\[\e[1;33m$(__git_ps1 "(%s)")\e[m\]⇨ '
|
PS1='\[\e[1;32m\u@\h \e[1;34m\w\]\n\[\e[1;33m\]$(__git_ps1 "(%s) ")\[\e[m\]⇨ '
|
||||||
|
|
||||||
#Disable CapsLock
|
#Disable CapsLock
|
||||||
setxkbmap -option ctrl:nocaps
|
setxkbmap -option ctrl:nocaps
|
||||||
|
|
Loading…
Reference in New Issue