summaryrefslogtreecommitdiff
path: root/themes
AgeCommit message (Collapse)Author
2016-09-30Change confusing 12h-time without AM/PM to system-localized timeFireWave
2016-09-21Add check for git and bzr to agnoster themeDawnflash Lightstring
Plugin command-not-found on Arch Linux returns 0 if git or bzr is found in repos, hence outputting unwanted pkgfile output. Checking if the commands exist first fixes all such issues.
2016-09-19added support for bazaar in agnoster theme (#5016)grindhold
the agnoster theme is now able to render basic information if the user is currently residing inside a bazaar folder. if so, it will render a green promt segment with "bzr" and the current revision number in it. if there are untracked files, the bar will be rendered in yellow. if there are changes to already tracked files, a + character will be printed.
2016-09-19 Fix peepcode theme ruby prompt info (#5339)Matt Nichols
The ruby prompt info was not interpolating properly. Switching to use ruby_prompt_info helper. This addresses the issue.
2016-08-21Fix git emptiness check in dogenpunk theme (#5329)khenarghot
The parsing output for full git log output too slow so it replaced with last commit show request, wich cause error if repository is empty
2016-08-14muse theme: Remove extra spaces for none git/virtualenv prompt (#5278)Arz Yu
* muse theme: Remove a extra space for none git prompt * muse theme: Remove a extra space for none virtualenv prompt
2016-07-22Fix hg call when missing on archlinux with command-not-found (#5218)Anton
2016-07-19adding python virtualenv support to the prompt (#5031)Adam Glenn
adding python virtualenv support to muse theme
2016-06-15Peepcode theme: Don't try to use RVM if it's not available (#5154)Harald Nordgren
2016-05-14Add rbenv support for ruby version displayPierre Dimitrou
2016-04-06Merge pull request #4572 from aioutecism/masterMarc Cornellà
Avoid using "PREFIX" that cause nvm to complain about.
2016-04-04Use `grep -q` for silent behaviorMarc Cornellà
2016-04-04Fix logic of bureau_git_status functionMarc Cornellà
This separates the gathering of file status, repository status and stash.
2016-03-30localization support for clock in candy themeJon-Erik Johnzon (TorrentKatten)
Now uses 12-hour clock or 24-hour clock depending on user locale
2016-03-30Merge pull request #2752 from isqua/bureau_theme_fixMarc Cornellà
Fix checkmark for clean repo in bureau theme
2016-03-24Optimize the ys.zsh-theme make it simplerYad Smood
2016-03-11Merge pull request #4790 from lckarssen/avit-theme-fixesRobby Russell
Avit theme fixes
2016-03-11Merge pull request #4863 from ysmood/optimize-ys-themeRobby Russell
Optimize the ys.zsh-theme make it more expressive
2016-03-07Fix use of CARETCOLOR in avit themeL.C. Karssen
$CARETCOLOR was not to actually colour the caret, so change to root user wouldn't show in the prompt. Now both ▶ and ◀ follow $CARETCOLOR.
2016-03-07Better visible colours in avit for Ubuntu terminalL.C. Karssen
Make some colours in the avit theme bold for better visibility in the default Ubuntu terminal theme.
2016-03-07Merge branch 'master' of git://github.com/robbyrussell/oh-my-zshL.C. Karssen
2016-02-21add: exit codeYad Smood
2016-02-21Optimize the ys.zsh-theme make it more expressiveYad Smood
2016-02-14update kennethreitz.zsh-themeKenneth Reitz
2016-02-14Update kennethreitz.zsh-themeKenneth Reitz
2016-02-12Remove non-working symbols and tidy up logicMarc Cornellà
2016-02-12Sets spacing to 1 when git is absent for consistencyNick Russo
2016-01-13Updated colour of ◀ in PROMPT2 of the avit theme.L.C. Karssen
In commit 729fd53 I incorrectly only changed PROMPT1. Now both ▶ and ◀ follow $CARETCOLOR.
2016-01-13oh-my-zsh avit theme: instead of only showing the last 3 directories in the ↵L.C. Karssen
$PWD shorten the path by removing some middle parts if $PWD becomes too long.
2016-01-13Shorter way of creating bold colours in a ZSH theme (applied to the avit theme).L.C. Karssen
2016-01-13Adapt some colours in the avit theme for better visibility in the default ↵L.C. Karssen
Ubuntu terminal theme.
2016-01-13Fix in avit theme: $CARETCOLOR was not to actually colour the caret, so ↵L.C. Karssen
change to root user wouldn't show in the prompt.
2016-01-13Set colour for user@hostname to red if we're root (or sudo) in the bira theme.L.C. Karssen
2015-12-15Merge pull request #4536 from alexws54tk/patch-1Marc Cornellà
Update frontcube.zsh-theme
2015-12-14Move current_branch() from git plugin to core lib/git.zshAndrew Janke
Fixes #4085: core -> plugin dependency issue. Rename it to git_current_branch for clarity that it's git-specific. Update all plugins that were calling it to use new name. Fix variable leaks by making more variables in lib/git.zsh local. Have lib/git.zsh use [[ ]] instead of [ ] everywhere.
2015-12-15Merge pull request #4589 from apjanke/agnoster-powerline-char-stronger-warningMarc Cornellà
agnoster theme: stronger warning about changing SEGMENT_SEPARATOR character
2015-12-14"fishy" theme: Fix "~" use in promptDanyil Bohdan
Actually replace the value of the environment variable $HOME with "~" instead of appending the tilde in front of the prompt.
2015-12-04"fishy" theme: Shorten path .foo to .f, not .Danyil Bohdan
When the current path is /home/user/.config/doublecmd the prompt now reads "/h/u/.c/doublecmd", not "/h/u/./doublecmd" as was the case. This matches what the Fish shell does. Enclose the Perl snippet in single quotes instead of double quotes.
2015-11-07I noticed that for certain projects with unstaged changed I would get a 'U' ↵Justin LeFebvre
character instead of the '●' character. This should fix that.
2015-11-06agnoster: stronger warning about changing SEGMENT_SEPARATOR characterAndrew Janke
2015-11-02Avoid using "PREFIX" that cause nvm to complain about.aioute Gao
2015-10-22Update frontcube.zsh-themeAlexander Golikov
Fix «rvm» variable usage in RPROMPT out
2015-09-27Fix print rvm version in amuse themejustvitalius
2015-09-26Merge pull request #4340 from pahnev/masterRobby Russell
Fixed broken git branch icon
2015-09-20Fix issues with character widths in emotty themeAlexis Hildebrandt
2015-09-19Merge pull request #4316 from bronzdoc/feature/rvm_amuse_themeRobby Russell
Display rvm ruby version
2015-09-19Merge pull request #4371 from afh/pull/emotty_themeRobby Russell
Add emotty theme
2015-09-19Merge pull request #4091 from apjanke/agnoster-clarify-powerlineRobby Russell
agnoster: Use current Powerline chars everywhere, and clarify behavior
2015-09-19Merge pull request #4189 from bmdhacks/masterRobby Russell
agnoster: speed up git prompt
2015-09-19Merge pull request #4252 from Fice-T/masterRobby Russell
Fix graphical bug in cypher theme when return status is non-zero