summaryrefslogtreecommitdiff
path: root/themes/sunrise.zsh-theme
AgeCommit message (Collapse)Author
2016-04-06Merge pull request #4572 from aioutecism/masterMarc Cornellà
Avoid using "PREFIX" that cause nvm to complain about.
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-11-02Avoid using "PREFIX" that cause nvm to complain about.aioute Gao
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-03-08Remove all copyright information in themes. Closes #2587Dan Kerimdzhanov
2012-01-16Correct color and font issues on UbuntuAdam Lindberg
2011-06-08Fix MM lines being read correctlyAdam Lindberg
2011-06-07Rename guru theme to sunriseAdam Lindberg