summaryrefslogtreecommitdiff
path: root/themes
AgeCommit message (Collapse)Author
2017-11-01Replace preview link. (#6369)Paul Morganthall
The old preview on Skitch is no longer available (closed account?). The new preview is on a free Flickr which might last longer. ?
2017-05-03Fix RKJ theme coloring and make it slightly more readable (#5582)Vihang Mehta
2017-04-21Fix host display in nebirhos themeMarc Cornellà
Fixes #6028
2017-03-30Merge branch 'rename-pure-theme'Marc Cornellà
2017-03-30Add deprecation notice to pure themeMarc Cornellà
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}.
2017-03-16Rename pure theme to 'refined'Marc Cornellà
2017-01-09Change af-magic theme's branch color (#5730)haandol
2016-12-30 'themes/trapd00r.zsh-theme: Solve typos'Patrick José Pereira
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
2016-12-30 'themes/steeef.zsh-theme: Solve typos'Patrick José Pereira
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
2016-12-30 'themes/pure.zsh-theme: Solve typos'Patrick José Pereira
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
2016-12-30 'themes/half-life.zsh-theme: Solve typos'Patrick José Pereira
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
2016-10-15Update bira theme (#4954)Jocelyn Thode
* Add '#' instead of '$' when in root * Make return code bold
2016-10-14Display suvash prompt w/o Ruby; refactor codeMarc Cornellà
2016-10-03Change confusing 12h without AM/PM to a clean 24h display.FireWave
It was not possible to simply add AM/PM since strftime return blank for %p %P
2016-10-03Revert "Change confusing 12h-time without AM/PM to system-localized time"FireWave
This reverts commit 06d52a60389a85107ed8cc2e302a1e66f719f738.
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