summaryrefslogtreecommitdiff
path: root/themes
AgeCommit message (Collapse)Author
2015-07-19replaced Om spelling so letters would not overlapSharky
2015-07-19removed incorrect Devanagari conjunct symbol at end of OmSharky
2015-07-19Fix little typo that makes the statement useless.Alex Talker
2015-07-13[theme] Fix color problem of steeef themeHongxin Liang
steeef theme sets colors depending on $TERM, however if %F is used, it must be closed by %f instead of %{$reset_color%}. Further on, all %f directives have been replaced by %F and color support of current TERM is checked more properly.
2015-07-03agnoster: Protect Unicode esape sequences with local LC_* settingsAndrew Janke
2015-06-25agnoster: Define Powerline chars with escape sequence, and use same character onAndrew Janke
all platforms. Add clarifying comments. This makes everything consistent with the current Powerline-patched fonts definitions.
2015-06-16Change to use omz git_prompt* functionsMichele Bologna
Removed references for official git __git_ps1() functions. Change to use omz function git_prompt* functions like: - git_prompt_info() -> branch name - git_prompt_status() -> check if untracked, modified, added, stashed file are in the current git repo - git_remote_status() -> check if current repo is ahead, behind, or diverged. These functions returns string automatically added to your PS1; these are customizable via exporting ZSH_THEME_GIT_PROMPT*
2015-06-14Merge pull request #3821 from tresni/fix_minimalRobby Russell
Fix minimal.zsh-theme's check for in_svn and add support for mercurial
2015-06-14Merge pull request #4001 from ivanfoo/fixOddCharsOnMacRobby Russell
Fixed odd chars on mac for agnoster theme
2015-06-15Fixed odd chars on mac for agnoster themeivanfoo
2015-06-11* Added header with help and informationMichele Bologna
* Moved git information to left prompt, with support for: * +ZSH_THEME_GIT_PROMPT_UNTRACKED, MODIFIED, STASHED, ADDED, UPSTREAM STATUS (if applicable) * Removed right prompt * Refactored following Google's guidelines for scripts [ http://goo.gl/oJSXH2 ] * Using local variables where applicable
2015-06-10Added a possibility to display the remote branch and the number of commits ↵leif.hanack
you are ahead or behind
2015-06-10Improved the `_git_time_since_commit` function.Samuel Parkinson
Check for at least one commit using a `git log` limit of one. Improves the performance inside git repos with a large history.
2015-06-10Fix typo in $VCS_CLEAN_COLOR in adben themeAndrew Janke
2015-06-10Grep bug in AgnosterMark Mendoza
2015-06-05Merge pull request #3494 from AlexTalker/short-hostRobby Russell
Fix echo nothing if $SHORT_HOST doesn't exist.
2015-06-05Merge pull request #3339 from Xophmeister/masterRobby Russell
Minor cosmetic fix to minimal theme
2015-04-28Fix minimal.zsh-theme's check for in_svn and add support for mercurialBrian Hartvigsen
2015-02-22Merge pull request #3025 from DanielOaks/ys-newnessRobby Russell
Let 'ys' theme use hg repo info too
2015-02-22Merge pull request #3394 from zghember/masterRobby Russell
Update theme "jispwoso" to support ret status and git
2015-02-22Merge pull request #3561 from jakobj/masterRobby Russell
removed superfluous vcs_info_msg in trapd00r theme
2015-02-22Merge pull request #3580 from LukasDoe/masterRobby Russell
Modify theme to optimize the usability, when you use solarized dark as s...
2015-02-16Fixes incorrect prompt arrow colorRoderick Randolph
Fixes a bug where color of status arrow in prompt is red even when the exit code was zero (or success). This fix correclty returns green arrow on success and red for non-success exit code.
2015-02-15Fix echo nothing if $SHORT_HOST doesn't exist.Alex Talker
2015-02-14Modify theme to optimize the usability, when you use solarized dark as shell ↵Matthias Doering
color scheme.
2015-02-10Merge pull request #3566 from mcornella/pfault-masterRobby Russell
Repost #2606: fix git status in rkj-repos theme
2015-02-10Merge pull request #3143 from roramirez/theme-linuxRobby Russell
remove path not found for linuxonly theme
2015-02-10rkj-repos: code cleanup and updated with functions from lib/git.zsh (thx ↵Martin Schrodi
mcornella)
2015-02-10Fixed breakage in new git repo without commitsMartin Schrodi
2015-02-10Clean up appearance lib file and redundant `colors` calls in other filesMarc Cornellà
2015-02-09removed superfluous vcs_info_msg in trapd00r themeJakob Jordan
in the trapd00r theme vcs info is already displayed on the first line if in a version controlled directory. the second vcs info was displayed at the end of the second line without providing additional information. this was removed.
2015-01-13Fix checkmark for clean repo in bureau themeisqua
2015-01-03Merge commit '175b4a807383530aa75145b5b6fdedb3ce1f11f2'zghember
2014-12-14added node- before node version for consistencyDavid Feinberg
2014-12-14mira theme shows active node, ruby and java versionsDavid Feinberg
2014-12-14Merge pull request #3389 from bubenkoff/add-current-bookmark-rkj-repozRobby Russell
add current bookmark to rkj-repos theme
2014-12-14Merge pull request #3326 from DanielFGray/masterRobby Russell
ignore any grep aliases that might be defined
2014-12-15Merge commit '141c2e593401f245a9f9bb0799ada8bf14b677d7'zghember
2014-12-11Update theme "jispwoso" to support ret status and gitzghember
2014-12-10add current bookmark to rkj-repos themeAnatoly Bubenkov
2014-11-27Merge pull request #3283 from jaapz/masterRobby Russell
Added VIRTUAL_ENV_DISABLE_PROMPT to steeef.zsh-theme
2014-11-24Minor cosmetic fix to minimal themeChristopher Harrison
Set the closing square-brace's FG colour to white, to match the opening brace, when the repo directory is dirty.
2014-11-16ignore any grep aliases that might be definedDanielFGray
2014-11-10Merge simplified superjarin themeJarin Udom
2014-11-06Change all hostname calls for $HOST or $SHORT_HOSTMarc Cornellà
2014-11-06Change all whoami calls for $USER variableMarc Cornellà
This avoid spawning additional processes, as the $USER variable will **always** contain the current logged-in user.
2014-11-06Merge pull request #2648 from dfarrell07/masterRobby Russell
Fixed which output at each new shell creation
2014-11-03Added VIRTUAL_ENV_DISABLE_PROMPT to steeef.zsh-themeJaap Broekhuizen
This stops the virtual env name from being printed before it is actually being used in the zsh prompt.
2014-09-16remove path not found for linuxonly themeRodrigo Ramírez Norambuena
2014-09-03Merge pull request #3072 from clippit/patch-1Robby Russell
Fix missing add-zsh-hook in pygmalion.zsh-theme