summaryrefslogtreecommitdiff
path: root/themes
AgeCommit message (Collapse)Author
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
2015-09-19Merge pull request #4173 from sharkySharks/masterRobby Russell
Devanagari Om fixed in dogenpunk theme
2015-09-19Merge pull request #4155 from honnix/fix_colorRobby Russell
[theme] Fix color problem of steeef theme
2015-09-19Merge pull request #4113 from apjanke/gnzh-remove-evalRobby Russell
gnzh theme: fix "eval" and related scope problems.
2015-09-19Merge pull request #4050 from mbologna/michelebologna_fix_git_promptRobby Russell
Change to use omz git_prompt* functions
2015-09-19Add emotty themeAlexis Hildebrandt
2015-09-11Fixed broken git branch iconKirill Pahnev
2015-09-04gnzh theme: fix "eval" and related problems.Andrew Janke
Switch to normal zsh %F/%f prompt escapes to avoid "eval" and extra variables. Wrap whole thing in anonymous function so the existing `local` statements actually work. Then switch '...' to eager "..." so stuff actually works with local variables. And local-ize the remaining variables that are used only in prompt construction.
2015-09-02Display rvm-prompt output.bronzdoc
2015-08-16Fix graphical bug in cypher theme when return status is non-zeroFice-T
- When the previous command's return status is non-zero and the prompt is redrawn, graphical errors sometimes arise due to the fg{red} not being escaped.
2015-07-27agnoster: speed up git promptBrian Degenhardt
Problem On detached-refs, the git prompt is very slow because it uses a command to output all refs, which takes 32s on the twitter internal git repo. Solution Use git-rev-parse instead of git-show-ref to only output the head ref. Runtime drops to 0.03 seconds. Note Interestingly, git-rev-parse isn't slow without the --head arguement so I'll probably be cooking up a patch for the git team to speed this up eventually, but it's still pointless to sigpipe git as it walks the filesystem.