summaryrefslogtreecommitdiff
path: root/powerlevel9k.zsh-theme
Commit message (Expand)AuthorAgeFilesLines
* Used typeset to define the local array. This does the trick on linux.Dominik Ritter2015-11-171-2/+2
* Added a mechanism to make deprecated segments visible to the user.Dominik Ritter2015-11-171-0/+8
* Merge pull request #142 from dritter/rust_versionBen Hilburn2015-11-161-0/+9
|\
| * Add an Identifier to version.Dominik Ritter2015-11-161-1/+1
| * Add segment for rust version.Dominik Ritter2015-11-161-0/+9
* | Huge performance improvement if you use `rvm` segment.Dominik Ritter2015-11-161-4/+7
|/
* Merge branch 'master' into nextBen Hilburn2015-11-131-1/+16
|\
| * Get terminal capabilities using a zsh builtin for portabilityStéphane Dupille2015-11-131-1/+1
| * Issue #131: This fixes history-substring-search, home and end keys.Dominik Ritter2015-11-121-0/+15
* | Bugfix for prezto: In prezto the theme gets called by function (via zstyle). ...Dominik Ritter2015-11-071-2/+14
* | If the theme-file is linked, dereference that link and source the right funct...Dominik Ritter2015-11-041-4/+12
* | Extracted color functions to a separate file.Dominik Ritter2015-10-241-0/+6
* | Extracted VCS-hooks into a separate file.Dominik Ritter2015-10-241-138/+63
* | Extracted icons into a separate file.Dominik Ritter2015-10-241-173/+2
* | Renamed "power-utilities.zsh" to just "utilities.zsh".Dominik Ritter2015-10-241-1/+1
* | Merge branch 'next' into color_detectionDominik Ritter2015-10-221-16/+129
|\ \
| * | Merge branch 'master' into nextBen Hilburn2015-10-221-2/+2
| |\|
| | * Merge pull request #123 from martinpelikan/masterBen Hilburn2015-10-221-1/+1
| | |\
| | | * Fixes #122, SI prefixes should be evaluated as strings.Martin Pelikan2015-10-181-1/+1
| | * | Rephrasing of error message when TERM not 256 colorDaniel Gordon2015-10-191-1/+1
| | |/
| * | Merge pull request #126 from rjorgenson/nextBen Hilburn2015-10-221-0/+74
| |\ \
| | * | fixed some edge cases I ran into during usage of the linux segmentrjorgenson2015-10-191-2/+7
| | * | added time remaining support to battery segment on Linuxrjorgenson2015-10-191-0/+4
| | * | added Linux support to battery prompt segmentrjorgenson2015-10-191-15/+35
| | * | editor automatically removed whitespacerjorgenson2015-10-181-1/+1
| | * | fixed output string color declarationrjorgenson2015-10-181-1/+1
| | * | added battery prompt segment usable on OS X systemsrjorgenson2015-10-181-1/+46
| * | | Merge pull request #127 from dritter/go_promptBen Hilburn2015-10-221-0/+10
| |\ \ \
| | * | | Merge branch 'next' into go_promptDominik Ritter2015-10-191-57/+83
| | |\| |
| | * | | Merge remote-tracking branch 'ben/next' into go_promptDominik Ritter2015-10-161-2/+1
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Merge branch 'next' into go_promptDominik Ritter2015-09-301-104/+158
| | |\ \ \
| | * | | | Added a segment that shows the current GO version number.Dominik Ritter2015-09-211-0/+10
| * | | | | Merge branch 'next' into ram_promptDominik Ritter2015-10-201-57/+83
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge remote-tracking branch 'ben/next' into ram_promptDominik Ritter2015-10-161-2/+1
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'ram_prompt' of github.com:dritter/powerlevel9k into ram_promptDominik Ritter2015-10-011-25/+26
| |\ \ \ \ \
| | * | | | | Alphabetical order.Dominik Ritter2015-09-261-43/+44
| | * | | | | Corrected calculation of used swap under linux.Dominik Ritter2015-09-261-1/+1
| * | | | | | Merge branch 'next' into ram_promptDominik Ritter2015-09-301-104/+158
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | / | | | |_|_|/ | | |/| | |
| * | | | | Ram as own prompt.Dominik Ritter2015-09-201-14/+42
| * | | | | printHumanReadableSize should be able to process floats.Dominik Ritter2015-09-201-2/+3
| | |_|_|/ | |/| | |
* | | | | Moved utility-functions to "functions/power-utilities.zsh".Dominik Ritter2015-10-191-179/+2
* | | | | Merge branch 'next' into color_detectionDominik Ritter2015-10-181-57/+83
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge pull request #118 from dritter/whitespace_customizationBen Hilburn2015-10-181-7/+9
| |\ \ \ \
| | * | | | Made whitespaces between segment separators customizable.Dominik Ritter2015-10-161-7/+9
| | | |_|/ | | |/| |
| * | | | Merge pull request #117 from dritter/vi_customizationsBen Hilburn2015-10-181-2/+4
| |\ \ \ \
| | * | | | vi_mode segement more customizable.Dominik Ritter2015-10-161-2/+4
| | |/ / /
| * | | | Merge branch 'vcs_cleanup' of https://github.com/dritter/powerlevel9k into dr...Ben Hilburn2015-10-181-47/+45
| |\ \ \ \
| | * | | | Merge remote-tracking branch 'ben/next' into vcs_cleanupDominik Ritter2015-10-161-2/+1
| | |\| | |
| | * | | | Cleanup of VCS-segment. Now `vcs_info` is only invoked, if the user configure...Dominik Ritter2015-10-111-47/+45
| | | |_|/ | | |/| |
| * | | | Merge pull request #114 from alexlafroscia/add-nvm-prompt-segmentBen Hilburn2015-10-181-0/+11
| |\ \ \ \