Skip to content

Commit

Permalink
Merge pull request #2256 from tbhaxor/themes/bira
Browse files Browse the repository at this point in the history
  • Loading branch information
seefood authored Nov 6, 2024
2 parents a914779 + 1743beb commit 662c1df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion themes/bira/bira.theme.bash
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ SCM_THEME_PROMPT_SUFFIX="›${reset_color?}"

VIRTUALENV_THEME_PROMPT_PREFIX=" ${cyan?}"
VIRTUALENV_THEME_PROMPT_SUFFIX="${reset_color?}"
CONDAENV_THEME_PROMPT_PREFIX=" ${cyan?}"
CONDAENV_THEME_PROMPT_SUFFIX="${reset_color?}"

bold="\[\e[1m\]"

Expand All @@ -18,7 +20,7 @@ fi
function prompt_command() {
local current_dir=" ${bold_blue?}\w${normal?}${reset_color?}"
local virtualenv_prompt scm_prompt_info
virtualenv_prompt="$(virtualenv_prompt)"
virtualenv_prompt="${virtualenv_prompt:-$(condaenv_prompt)}"
scm_prompt_info="$(scm_prompt_info)"
PS1="╭─${user_host?}${current_dir}${virtualenv_prompt}${scm_prompt_info}\n╰─${bold?}\\$ ${normal?}"
}
Expand Down

0 comments on commit 662c1df

Please sign in to comment.