diff --git a/bash/bash/prompt.sh b/bash/bash/prompt.sh index 12ab4a7..2fd0724 100644 --- a/bash/bash/prompt.sh +++ b/bash/bash/prompt.sh @@ -29,7 +29,7 @@ ps1() { echo -e "${view}\n${PS2}" } -PS1='$(eval ps1 ${?})' +PS1="\$(ps1 \${?})" PS2="\ ├ "