summaryrefslogtreecommitdiff
path: root/themes/fino.zsh-theme
AgeCommit message (Collapse)Author
2022-01-03fix: quote % in `box_name` prompt functionsMarc Cornellà
2020-10-05fino: stop bold with prompt sequenceMarc Cornellà
Fixes weird bug when completing.
2020-10-05fino: fix dangling "using" and clean up (#9307)Matsievskiy S.V
Co-authored-by: Matsievskiy S.V <matsievskiysv@gmail.com> Co-authored-by: Marc Cornellà <marc.cornella@live.com>
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.
2018-10-07Fix tilde substitution in theme promptsMarc Cornellà
These themes used an adhoc substitution of $HOME for tilde in $PWD, but it's better to use '%~' and is less error prone. See #7160
2018-08-29Fix rvm-prompt usage in fino* themes (#6477)Nick Diego Yamane
* theme/fino: Check rvm-prompt is installed before to try to use it Signed-off-by: Nick Diego Yamane <nick.diego@gmail.com> * theme/fino-time: Check rvm-prompt is installed before to try to use it Signed-off-by: Nick Diego Yamane <nick.diego@gmail.com>
2015-07-19Fix little typo that makes the statement useless.Alex Talker
2015-02-15Fix echo nothing if $SHORT_HOST doesn't exist.Alex Talker
2014-11-06Change all hostname calls for $HOST or $SHORT_HOSTMarc Cornellà
2014-08-20Resets the font colour to originalAlex Shadrin
2014-03-08Remove all copyright information in themes. Closes #2587Dan Kerimdzhanov
2012-02-25clean up rbenv support for 'fino' themeMax Masnick
2012-02-25merge changes from offical repoMax Masnick
2012-01-23adding rbenv support to all the rvm themesBrent Faulkner
2011-10-30update fino theme to work with rbenvMax Masnick
also fix bug where prompt char did not reflect whether or not you were in a git repo.
2011-07-29Add fino.zsh-themeMax Masnick
Add my brand new oh-my-zsh theme called Fino. It borrows from some other themes (see comments at the beginning). I only have/can tested on OS X 10.7, so there might be some compatibility problems with other platforms.