aboutsummaryrefslogtreecommitdiff
path: root/powerlevel9k.zsh-theme
Commit message (Collapse)AuthorAgeFilesLines
* Update VIRTUAL_ENV_DISABLE_PROMPT valueJosselin Auguste2018-11-181-1/+1
| | | | Following prezto update
* Merge pull request #1037 from dritter/fix_vpn_ip_segmentDominik Ritter2018-11-161-1/+1
|\ | | | | Fix vpn_ip segment
| * Fix vpn_ip segmentDominik Ritter2018-10-251-1/+1
| |
* | Make truncate with package name work without setting shorten lengthDominik Ritter2018-10-251-1/+1
|/
* Removing `rbenv` from default LPROMPT list.Ben Hilburn2018-09-061-1/+1
|
* Merge remote-tracking branch 'docwhat/pr/sudo-check' into prepare_066Dominik Ritter2018-08-101-1/+1
|\
| * Use SUDO_COMMAND to check for sudoChristian Höltje2018-08-101-3/+3
| | | | | | | | | | | | | | `sudo -n true` only checks that we _could_ use `sudo`, not if we are in a sudo session. closes #852
* | Merge branch 'fix_colors' into prepare_066Dominik Ritter2018-08-101-1/+1
|\ \
| * | Fix foreground colors in right prompt segmentsDominik Ritter2018-08-101-1/+1
| | |
* | | Merge branch 'fix_colors' into prepare_066Dominik Ritter2018-08-091-3/+3
|\| |
| * | Make use of helper function in left_end_segmentDominik Ritter2018-08-091-1/+1
| | |
| * | Fix colors for visual identifiersDominik Ritter2018-08-091-2/+2
| | | | | | | | | | | | | | | Make the visual identifier color use numerical color codes as well. This way colors like "purple3" work as visual identifier color.
* | | Merge branch 'fix_colors' into prepare_066Dominik Ritter2018-08-081-36/+49
|\| |
| * | Improve naming of variablesDominik Ritter2018-08-071-31/+49
| | | | | | | | | | | | | | | | | | As a side effect this should improve the performance slightly, as we get the fore- and background color codes as early as possible, and store the result, so that we don't have to recalculate the color code all over.
| * | Remove duplicate variableDominik Ritter2018-08-071-5/+0
| | |
| * | Fix bug so that the segment separator of left middle has the right colorDominik Ritter2018-08-071-1/+1
| | | | | | | | | | | | | | | | | | | | | In short: the current background color was the unfiltered color and is used to print the next segment separator. If the user set a color like "purple3" that would result in a white segment separator as Terminal Emulators do not understand the color "purple3".
| * | Make purpose clear of backgroundColor and foregroundColor functionsDominik Ritter2018-08-071-4/+4
| | | | | | | | | | | | | | | The functions just start the colors, they do not end them. It seems too much to have a function that terminates a color.
* | | Merge remote-tracking branch 'docwhat/pr/sudo-check' into prepare_066Dominik Ritter2018-08-061-2/+2
|\ \ \
| * | | Use SUDO_COMMAND to check for sudoChristian Höltje2018-07-311-2/+2
| |/ / | | | | | | | | | | | | | | | | | | `sudo -n true` only checks that we _could_ use `sudo`, not if we are in a sudo session. closes #852
* | | Merge branch 'add_tests' into prepare_066Dominik Ritter2018-08-061-25/+29
|\ \ \ | |_|/ |/| |
| * | Merge remote-tracking branch 'ben/master' into add_testsDominik Ritter2018-07-191-13/+24
| |\|
| * | Set background color of vi_mode segment to white in insert modeDominik Ritter2018-07-191-1/+1
| | |
| * | Change swap segment to take an optional root prefix for testabilityDominik Ritter2018-07-181-2/+3
| | |
| * | Change ram segment to take an optional root prefix for testabilityDominik Ritter2018-07-181-2/+3
| | |
| * | Change load segment to accept an optional root prefix for testabilityDominik Ritter2018-07-181-1/+2
| | |
| * | Change ip segment so that the tests can be executed on OSX as wellDominik Ritter2018-07-181-4/+6
| | | | | | | | | | | | Change regular expressions to a more compatible format.
| * | Simplify detect_virt segmentDominik Ritter2018-07-181-8/+4
| | |
| * | Add visual identifier to custom segmentsDominik Ritter2018-07-181-2/+4
| | |
| * | Add tests for battery segmentDominik Ritter2018-07-161-5/+6
| | | | | | | | | | | | | | | | | | Additionally - Add a fourth parameter to prompt_battery for better testability. This parameter is the root prefix, so we can use our own test batteries.
* | | Merge pull request #912 from brandon14/laravel_pormpt_fixBen Hilburn2018-07-231-5/+4
|\ \ \ | | | | | | | | [Bugfix] Fix error in laravel_version when artisan is not present
| * | | Missed a parenthesis here.Brandon Clothier2018-07-231-1/+1
| | | |
| * | | Drop grep usage in favor of zsh regex testBrandon Clothier2018-07-181-2/+2
| | | |
| * | | Fix error in laravel_version when artisan is not presentBrandon Clothier2018-07-151-4/+3
| | | |
* | | | Merge pull request #915 from onaforeignshore/fix_truncate_to_uniqueBen Hilburn2018-07-191-17/+29
|\ \ \ \ | | | | | | | | | | [Bugfix] Fix for "truncate_to_unique" strategy
| * | | | truncate_to_unique - simplified the codeChristo Kotze2018-07-181-44/+23
| | | | |
| * | | | Changed getUniqueHomeFolder to use $HOMEChristo Kotze2018-07-181-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | It is a Posix specification that $HOME be set, so we can use that. See http://pubs.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap08.html
| * | | | Fix for "truncate_to_unique" strategyChristo Kotze2018-07-171-4/+38
| |/ / /
* | | / Fix `pyenv` segmentAlexara Wu2018-07-171-1/+5
| |_|/ |/| |
* | | Merge pull request #900 from AlexaraWu/patch/pyenvBen Hilburn2018-07-161-11/+16
|\ \ \ | |/ / |/| | Fix `pyenv` segment
| * | Improve conditions in `rbenv` & `pyenv`Alexara Wu2018-07-141-2/+2
| | |
| * | Improve `rbenv` as wellAlexara Wu2018-07-141-17/+12
| | |
| * | Improve command checkAlexara Wu2018-07-141-2/+2
| | |
| * | Fix `pyenv` segmentAlexara Wu2018-07-111-6/+16
| |/
* | Merge pull request #905 from ↵Ben Hilburn2018-07-131-1/+1
|\ \ | | | | | | | | | | | | robobenklein/robobenklein/defined-variable-performance-hotfix [performance] Defined function 2-20 times speedup
| * | Replace [[-v with `defined`Ben Klein2018-07-111-1/+1
| |/ | | | | | | For zsh 5.1 compatibility.
* / FIx status segmentDominik Ritter2018-07-121-1/+7
|/
* Fix kubernetes segmentDominik Ritter2018-07-091-1/+1
|
* Merge branch 'master' into nextBen Hilburn2018-07-091-1/+1
|\
| * kubecontext: fix context, namespace comparisonKevin McBride2018-07-021-1/+1
| |
* | Fix java_version segmentDominik Ritter2018-06-201-1/+6
| |