Skip to content

Commit

Permalink
Merge pull request #1715 from lfelipe1501/patch-2
Browse files Browse the repository at this point in the history
Update atomic.theme.bash
  • Loading branch information
Noah Gorny committed Nov 26, 2020
2 parents 63ad489 + 794f0e3 commit 13deafb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/atomic/atomic.theme.bash
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,15 @@ ___atomic_prompt_user_info() {

___atomic_prompt_dir() {
color=${IRed}
box="[|]${normal}${Line}"
box="[|]${normal}"
info="\w"
printf "%s|%s|%s|%s" "${color}" "${info}" "${bold_white}" "${box}"
}

___atomic_prompt_scm() {
[ "${THEME_SHOW_SCM}" != "true" ] && return
color=$bold_green
box="[${IWhite}$(scm_char)] "
box="${Line}[${IWhite}$(scm_char)] "
info="$(scm_prompt_info)"
printf "%s|%s|%s|%s" "${color}" "${info}" "${bold_white}" "${box}"
}
Expand Down

0 comments on commit 13deafb

Please sign in to comment.