aboutsummaryrefslogtreecommitdiff
path: root/powerlevel9k.zsh-theme
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | teardown: reset PROMPT and RPROMPTChristian Höltje2017-05-131-0/+2
| | | | |
| * | | | add function to disable powerlevel9kChristian Höltje2017-05-131-0/+5
| | |/ / | |/| | | | | | | | | | Sometimes you have to disable your prompt. :-(
* | | | Incorporating @dritter's feedback from #524.Ben Hilburn2017-05-231-1/+1
| | | |
* | | | Merge branch 'pr/newline' of https://github.com/docwhat/powerlevel9k into ↵Ben Hilburn2017-05-231-0/+17
|\ \ \ \ | | | | | | | | | | | | | | | docwhat-pr/newline
| * | | | newline: support PROMPT_ON_NEWLINEChristian Höltje2017-05-131-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The newline segment will now show ├─ when using `POWERLEVEL9K_PROMPT_ON_NEWLINE` Note: This can be overridden via `POWERLEVEL9K_MULTILINE_FIRST_PROMPT_PREFIX`
| * | | | newline: can't work with right sideChristian Höltje2017-05-131-4/+2
| | | | |
| * | | | newline: add new segmentChristian Höltje2017-05-131-0/+15
| |/ / /
* | | | pipestatus: default to true (on)Christian Höltje2017-05-131-1/+1
| | | |
* | | | status: add option for support pipesChristian Höltje2017-05-131-2/+23
|/ / / | | | | | | | | | | | | | | | | | | Added new option (POWERLEVEL9K_STATUS_SHOW_PIPESTATUS) that shows the status for all piped commands, not just the right-most. Closes #514
* | | Merge pull request #521 from guixxx/develBen Hilburn2017-05-101-5/+5
|\ \ \ | | | | | | | | Icons for Windows/Cygwin + Refixes 32-bit support
| * | | Icons for Windows/Cygwin + Refixes 32-bit supportguixxx2017-05-071-5/+5
| |/ /
* | | Merge branch 'master' into nextBen Hilburn2017-05-031-1/+1
|\| |
| * | Make sure prompt_cr is setKaleb Elwert2017-05-031-1/+1
| | | | | | | | | | | | Fixes #511
* | | Merge branch 'battery' of https://github.com/onaforeignshore/powerlevel9k ↵Ben Hilburn2017-05-021-3/+18
|/ / | | | | | | into onaforeignshore-battery
* | [detect-virt] quickfix for unnecessary information in promptChristian Rebischke2017-04-231-4/+3
| |
* | Merge branch 'master' into nextBen Hilburn2017-04-211-1/+1
|\ \
| * | Use method built in to zsh to read symlinksKaleb Elwert2017-04-191-2/+2
| | |
| * | Revert "Merge branch 'fix-pw3nage-exploit' of ↵Ben Hilburn2017-04-191-5/+5
| | | | | | | | | | | | | | | | | | | | | https://github.com/belak/powerlevel9k into belak-fix-pw3nage-exploit" This reverts commit ae259ff5940420389c6f7175d6f5a844362b56ae, reversing changes made to 01a5c6a3a10ff1fea9782607a431ac07652546dc.
| * | Merge branch 'fix-pw3nage-exploit' of https://github.com/belak/powerlevel9k ↵Ben Hilburn2017-04-191-5/+5
| |\ \ | | | | | | | | | | | | into belak-fix-pw3nage-exploit
| | * | Fix double expansion of prompt variablesKaleb Elwert2017-04-191-5/+5
| | |/
* | | Stop setting options in prompt setup which are thrown awayKaleb Elwert2017-04-201-8/+6
| | |
* | | Add prompt_opts to prompt setup functionKaleb Elwert2017-04-201-0/+6
| | |
* | | Fix double expansion of prompt variablesKaleb Elwert2017-04-191-5/+5
| | |
* | | Merge pull request #484 from shibumi/svn-debuggingBen Hilburn2017-04-191-0/+6
|\ \ \ | | | | | | | | [SVN] removed %b identifier to fix color encoding
| * | | [SVN] removed %b identifier to fix color encodingChristian Rebischke2017-04-161-0/+6
| | | |
* | | | Merge branch 'master' into nextBen Hilburn2017-04-191-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Set tick to color name green instead of color codeHenry Chang2017-04-161-1/+1
| | |/ | |/| | | | | | | | | | So the tick will not be too bright in light background color scheme such as Solarized Light.
* | | Converting timer start time to hexBen Hilburn2017-04-191-2/+1
| | |
* | | Adds useful commentguixxx2017-04-191-0/+2
| | |
* | | Adds Android icon/battery plugin supportguixxx2017-04-191-3/+12
| |/ |/| | | | | Plus fixes bhilburn/powerlevel9k#479, which was causing integer overflow on 32-bit CPUs
* | Make home abbreviation configurable for dir promptJulien Falque2017-04-041-0/+5
|/
* Gracefully handle `echotc Co` failureBen Liblit2017-04-011-2/+2
| | | | | | | | | | | In Emacs, `M-x shell` creates a shell buffer with very rudimentary terminal capabilities. `$TERM` is set to `dumb`, and `echotc Co` fails after printing `echotc: no such capability: Co` to standard error. If our goal was to determine whether the terminal supports 256 colors, we really have no information to go on. I recommend that we trust the user and hope for the best. That means we should (1) discard any `echotc Co` error output, and (2) forego the warning message about having fewer than 256 colors if `echotc Co` failed.
* Display available ram on BSD systemsRaphaël Cohen2017-03-121-2/+1
|
* Improves ram promptRaphaël Cohen2017-03-121-1/+4
| | | | | For OS X display the sum of Pages free and Pages inactive For Non BSD use MemAvailable instead of MemFree
* Merge branch 'next' into truncate_composer_jsonBen Hilburn2017-03-081-1/+1
|\
| * Fix parsing package name from complex package.json filesDominik Ritter2017-03-081-4/+7
| | | | | | | | when using `truncate_with_package_name` strategy.
* | Add functionality to truncate via `composer.json`Dominik Ritter2017-02-241-1/+10
| |
* | Fix parsing package name from complex package.json filesDominik Ritter2017-02-241-4/+7
|/ | | | when using `truncate_with_package_name` strategy.
* Added support for customizable context segmentFelicia Hummel2017-02-191-2/+2
|
* Setting new `newline` flag to false as default.Ben Hilburn2017-02-191-0/+1
|
* Adding option POWERLEVEL9K_PROMPT_ADD_NEWLINE to create a blank line before ↵Johnny@Ash2017-02-191-1/+4
| | | | each prompt
* Adding a \n before promptJohnny@Ash2017-02-191-1/+1
|
* Merge branch 'next' into execution_timeDominik Ritter2017-02-141-14/+72
|\
| * context: fixing conditionals in for always showing $USERBen Hilburn2017-02-141-2/+2
| |
| * Trying to enable always showing user, not workingBen Hilburn2017-02-141-3/+9
| |
| * Adding `ssh` segment back with some minor changes.Ben Hilburn2017-02-141-0/+6
| |
| * Merging the `ssh` detection into `context` segment, resolving conflicts.Ben Hilburn2017-02-141-19/+13
| |
| * Merge branch 'next' into shibumi-nextBen Hilburn2017-02-141-38/+78
| |\
| | * Merge branch 'next' into dir_first_characterBen Hilburn2017-02-141-35/+71
| | |\
| | | * Get rid of unreadable BSU-patternDominik Ritter2017-02-131-7/+3
| | | | | | | | | | | | | | | | | | | | Now the current folder in `truncate_with_folder_marker` strategy is truncated by cutting off the found folder from the beginning of $PWD.