Removed backticks
This commit is contained in:
parent
90e3a51c2f
commit
4fe3dca589
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
||||||
|
|
||||||
function prompt_sorin_git {
|
function prompt_sorin_git {
|
||||||
cd -q "$1"
|
cd -q "$1"
|
||||||
echo `git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/ (\1)/'`
|
echo $(git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/ (\1)/')
|
||||||
}
|
}
|
||||||
function prompt-pwd {
|
function prompt-pwd {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue