aboutsummaryrefslogtreecommitdiff
path: root/powerlevel9k.zsh-theme
Commit message (Collapse)AuthorAgeFilesLines
* 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 #118 from dritter/whitespace_customizationBen Hilburn2015-10-181-7/+9
|\ | | | | Made whitespaces between segment separators customizable
| * 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
|\ \ | | | | | | Make the vi_mode segement more customizable.
| * | vi_mode segement more customizable.Dominik Ritter2015-10-161-2/+4
| |/
* | Merge branch 'vcs_cleanup' of https://github.com/dritter/powerlevel9k into ↵Ben Hilburn2015-10-181-47/+45
|\ \ | | | | | | | | | dritter-vcs_cleanup
| * | 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 ↵Dominik Ritter2015-10-111-47/+45
| | | | | | | | | | | | configured to show the `vcs` segment.
* | | Merge pull request #114 from alexlafroscia/add-nvm-prompt-segmentBen Hilburn2015-10-181-0/+11
|\ \ \ | | | | | | | | Add nvm prompt segment
| * | | Add NVM prompt segmentAlex LaFroscia2015-10-141-0/+11
| | |/ | |/| | | | | | | Prints out the Node version that is currently active if it is different than the default version specified by NVM
* | | Merge pull request #120 from partp/fix-virtualenvBen Hilburn2015-10-181-1/+1
|\ \ \ | | | | | | | | Fixes `VIRTUAL_ENV_DISABLE_PROMPT` condition
| * | | Fixes `VIRTUAL_ENV_DISABLE_PROMPT` conditionParth Panchal2015-10-171-1/+1
| |/ /
* / / added prompt segment for todo.txt task numberrjorgenson2015-10-171-0/+13
|/ /
* / Quote value of IS_BSD_SED.John Koelndorfer2015-10-061-2/+1
|/ | | | | If this isn't quoted, in can bleed through to stdout in certain circumstances.
* Font Awesome fontconfig new icons (fixed errors)v1rgul2015-09-291-2/+2
|
* Font Awesome fontconfig new iconsv1rgul2015-09-291-25/+41
|
* Minor comment addition for system load prompt segment.Ben Hilburn2015-09-281-0/+1
|
* Cleaning up comments around font icon settings.Ben Hilburn2015-09-281-89/+87
|
* Merge pull request #106 from V1rgul/masterBen Hilburn2015-09-281-0/+28
|\ | | | | Added awesome-fontconfig support
| * Added awesome fontconfig supportv1rgul2015-09-271-0/+28
| |
| * Make docs reflect difference between status and longstatusGilad Goldberg2015-09-191-1/+1
| |
| * Revert "Merge pull request #91 from tusharsrivastava/master"Ben Hilburn2015-09-171-5/+5
| | | | | | | | | | This reverts commit 2a2dfdfa295190892deb74207173e5b00af6561c, reversing changes made to 1390fbdea5b278474eafe889da327979654c0d99.
* | Merge pull request #104 from dritter/vi_mode_cleanupBen Hilburn2015-09-281-10/+25
|\ \ | | | | | | VI-mode cleanup
| * | Better compatibility with shellcheck.net.Dominik Ritter2015-09-231-1/+6
| | |
| * | KEYMAP may be "main" or "viins" in VI-Mode.Dominik Ritter2015-09-231-2/+2
| | |
| * | code more readable.Dominik Ritter2015-09-221-6/+8
| | |
| * | Made VI-Mode plugin working again.Dominik Ritter2015-09-221-0/+8
| | |
| * | Shellcheck-support for vi_mode segment & alphabetical order of prompts.Dominik Ritter2015-09-211-10/+10
| | |
* | | Merge pull request #103 from dritter/status_segment_cleanupBen Hilburn2015-09-281-30/+24
|\ \ \ | | | | | | | | status vs longstatus cleanup
| * | | There is now no difference between longstatus and status any more. Just use ↵Dominik Ritter2015-09-201-30/+24
| |/ / | | | | | | | | | | | | | | | status, and if you just want to display it conditionally set POWERLEVEL9K_STATUS_VERBOSE=false. Also here I unified the use of named color codes to make the subsegment-display work.
* / / Added subsegments in flat-mode.Dominik Ritter2015-09-201-0/+2
|/ /
* | Merge pull request #98 from christian-schulze/vi-mode-segmentBen Hilburn2015-09-201-0/+10
|\ \ | | | | | | Add vi-mode segment
| * | $0 suffixes for color customizationChristian Schulze2015-09-191-2/+2
| | |
| * | add vi-mode segmentChristian Schulze2015-09-191-0/+10
| | |
| * | Reverting merge of PR #91Ben Hilburn2015-09-171-5/+5
| | |
| * | Merge branch 'master' into nextBen Hilburn2015-09-161-5/+5
| |\| | | | | | | | | | Fixed conflict caused by PR #91.
| | * updated some iconsTushar Srivastava2015-09-121-1/+1
| | |
| | * Updated with new IconsTushar Srivastava2015-09-121-5/+5
| | |
* | | Corrected ZSH option names.Dominik Ritter2015-09-161-1/+1
| | |
* | | Shellcheck.net: Quote variables.Dominik Ritter2015-09-161-2/+2
| | |
* | | Merge remote-tracking branch 'ben/next' into shellcheck_fixesDominik Ritter2015-09-161-57/+60
|\| |
| * | Merge remote-tracking branch 'ben/next' into icon_protection2Dominik Ritter2015-09-141-2/+29
| |\ \
| * | | The longstatus-Segment should deactivate the foreground color after it is ↵Dominik Ritter2015-09-081-4/+4
| | | | | | | | | | | | | | | | finished printing the content.
| * | | Better structure: The right prompt should deactivate the foreground color, ↵Dominik Ritter2015-09-081-2/+2
| | | | | | | | | | | | | | | | after it is finished printing the content.
| * | | Added documentation.Dominik Ritter2015-09-081-3/+3
| | | |