summaryrefslogtreecommitdiff
path: root/themes/bira.zsh-theme
AgeCommit message (Collapse)Author
2021-12-13fix(bira): fix color bleed in user_host prompt section (#10505)Marc CornellĂ 
Fixes #10505
2021-12-13feat(bira): improve theme and add support for mercurial (#6631)Romain Failliot
Added the red dot (instead of the default `*`) if the branch is dirty. The bira theme only supported git, now it supports mercurial as well. It needed ito call `hg_prompt_info` and the `ZSH_THEME_HG_PROMPT_` variables. Closes #6631
2019-10-16bira: move virtualenv information (#8266)Shriniwas Sharma
2019-05-08Themes: switch to using ruby_prompt_info()Andrew Janke
Changes themes displaying RVM or other Ruby version info to use the central ruby_prompt_info function. This supports more Ruby versioning mechanisms, reduces copy-and-paste code, and avoids "zsh: no such file or directory: rvm-prompt" when run on machines that do not have RVM installed. Changes the prefix/suffix variable names to ZSH_THEME_RUBY_PROMPT_PREFIX and ZSH_THEME_RUBY_PROMPT_SUFFIX, since they apply to all Ruby versioning mechanisms, not just RVM. Allows empty ZSH_THEME_RUBY_PROMPT_PREFIX and ZSH_THEME_RUBY_PROMPT_SUFFIX.
2019-04-16bira: remove extra spaces (#7767)KillWolfVlad
2019-04-09bira: add virtualenv support in promptdjr-jsr
Fixes #7483 Closes #4973
2018-08-07use https everywhere (#6574)Janosch Schwalm
* use https everywhere * use https links on the files that are left Also, removed some broken links and updated redirections.
2017-03-30Remove wrong whitespace in bira theme (#5985)Elias Fröhner
The whitespace in line 13 creates a double whitespace when combined with line 24. Therefore 2 whitespaces appear between ${user_host} and ${current_dir}.
2016-10-15Update bira theme (#4954)Jocelyn Thode
* Add '#' instead of '$' when in root * Make return code bold
2016-01-13Set colour for user@hostname to red if we're root (or sudo) in the bira theme.L.C. Karssen
2012-01-23adding rbenv support to all the rvm themesBrent Faulkner
2011-04-21support non-standard rvm install prefixesCorey Donohoe
2010-11-14Added my own theme, based on macovsky-ruby and funkyUbiratan Pires Alberton