lkasdlksjd
This commit is contained in:
parent
b5f3c625ba
commit
5dc6306d3e
@ -3,6 +3,7 @@ ps1_parse_git_branch() {
|
|||||||
git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/ (\1)/'
|
git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/ (\1)/'
|
||||||
return $retcode
|
return $retcode
|
||||||
}
|
}
|
||||||
|
# TODO: this somehow corrupts the cursor location
|
||||||
ps1_retcode_color() {
|
ps1_retcode_color() {
|
||||||
local retcode=$?
|
local retcode=$?
|
||||||
[ $? -eq 0 ] \
|
[ $? -eq 0 ] \
|
||||||
@ -10,4 +11,5 @@ ps1_retcode_color() {
|
|||||||
|| echo -e '\e[33m'
|
|| echo -e '\e[33m'
|
||||||
return $retcode
|
return $retcode
|
||||||
}
|
}
|
||||||
export PS1='\[\033[01;32m\]\u@\h\[\033[01;37m\] \[\033[01;34m\]\W\[\033[33m\]$(ps1_parse_git_branch)$(ps1_retcode_color)\$\[\033[00m\] '
|
# export PS1='\[\033[01;32m\]\u@\h\[\033[01;37m\] \[\033[01;34m\]\W\[\033[33m\]$(ps1_parse_git_branch)$(ps1_retcode_color)\$\[\033[00m\] '
|
||||||
|
export PS1='\[\033[01;32m\]\u@\h\[\033[01;37m\] \[\033[01;34m\]\W\[\033[33m\]$(ps1_parse_git_branch)\[\033[01;32m\]\$\[\033[00m\] '
|
||||||
|
Loading…
Reference in New Issue
Block a user