From 4fe3dca58914aae0767f74087fd4571b6e8429a1 Mon Sep 17 00:00:00 2001 From: AtomicCoding Date: Thu, 29 Mar 2018 17:43:26 -0700 Subject: [PATCH] Removed backticks --- modules/prompt/functions/prompt_sorin_setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/prompt/functions/prompt_sorin_setup b/modules/prompt/functions/prompt_sorin_setup index b662b2e..3b662db 100755 --- a/modules/prompt/functions/prompt_sorin_setup +++ b/modules/prompt/functions/prompt_sorin_setup @@ -31,7 +31,7 @@ function prompt_sorin_git { 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 {