Commit Graph

855 Commits (6ccdfdf37e47f67683c016426cac89c6a3ac9fb0)

Author SHA1 Message Date
Dominik Ritter 081000c49e Replace call to basename with ZSH internals #1128 6 years ago
Ymage ee7416962d Remove $VIRTUAL_ENV_DISABLE_PROMPT testing 6 years ago
Ymage 12e9724860 Merge with @dritter proposal 6 years ago
Ymage a8db401808 [Bugfix] virtualenv prompt displaying
Fix #1127
6 years ago
Josselin Auguste 5c412b4d42 Update VIRTUAL_ENV_DISABLE_PROMPT value
Following prezto update
6 years ago
Dominik Ritter 5abac53698
Merge pull request #1037 from dritter/fix_vpn_ip_segment
Fix vpn_ip segment
6 years ago
Dominik Ritter 993de7aef9 Fix vpn_ip segment 6 years ago
Dominik Ritter dc731f10e6 Make truncate with package name work without setting shorten length 6 years ago
Ben Hilburn 572b7a1299 Removing `rbenv` from default LPROMPT list. 6 years ago
Dominik Ritter 2700cb46f5 Merge remote-tracking branch 'docwhat/pr/sudo-check' into prepare_066 6 years ago
Christian Höltje 3fb0383956 Use SUDO_COMMAND to check for sudo
`sudo -n true` only checks that we _could_ use `sudo`, not if we are in
a sudo session.

closes #852
6 years ago
Dominik Ritter 6daef84c60 Merge branch 'fix_colors' into prepare_066 6 years ago
Dominik Ritter 52ce9930bb Fix foreground colors in right prompt segments 6 years ago
Dominik Ritter e0630d7573 Merge branch 'fix_colors' into prepare_066 6 years ago
Dominik Ritter 27fe2c6571 Make use of helper function in left_end_segment 6 years ago
Dominik Ritter 6f5827009f Fix colors for visual identifiers
Make the visual identifier color use numerical color codes as well. This
way colors like "purple3" work as visual identifier color.
6 years ago
Dominik Ritter c7e543ff23 Merge branch 'fix_colors' into prepare_066 6 years ago
Dominik Ritter 93324c0600 Improve naming of variables
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.
6 years ago
Dominik Ritter 02506893a9 Remove duplicate variable 6 years ago
Dominik Ritter bf9082bea9 Fix bug so that the segment separator of left middle has the right color
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".
6 years ago
Dominik Ritter ebbdb3c1c0 Make purpose clear of backgroundColor and foregroundColor functions
The functions just start the colors, they do not end them. It seems
too much to have a function that terminates a color.
6 years ago
Dominik Ritter 3b8f0abdb2 Merge remote-tracking branch 'docwhat/pr/sudo-check' into prepare_066 6 years ago
Dominik Ritter aca20ae463 Merge branch 'add_tests' into prepare_066 6 years ago
Christian Höltje 7f6ac8dbac Use SUDO_COMMAND to check for sudo
`sudo -n true` only checks that we _could_ use `sudo`, not if we are in
a sudo session.

closes #852
6 years ago
Ben Hilburn 571a859413
Merge pull request #912 from brandon14/laravel_pormpt_fix
[Bugfix] Fix error in laravel_version when artisan is not present
6 years ago
Brandon Clothier 9739c68894
Missed a parenthesis here. 6 years ago
Ben Hilburn e70ce43809
Merge pull request #915 from onaforeignshore/fix_truncate_to_unique
[Bugfix] Fix for "truncate_to_unique" strategy
6 years ago
Dominik Ritter 7a7b4ee13a Merge remote-tracking branch 'ben/master' into add_tests 6 years ago
Dominik Ritter 671f826a40 Set background color of vi_mode segment to white in insert mode 6 years ago
Dominik Ritter 7a3aa9d3d1 Change swap segment to take an optional root prefix for testability 6 years ago
Dominik Ritter e99c7549fb Change ram segment to take an optional root prefix for testability 6 years ago
Dominik Ritter 04168cc5c0 Change load segment to accept an optional root prefix for testability 6 years ago
Dominik Ritter 43272410c9 Change ip segment so that the tests can be executed on OSX as well
Change regular expressions to a more compatible format.
6 years ago
Dominik Ritter b61d021abd Simplify detect_virt segment 6 years ago
Dominik Ritter 629d52a7d5 Add visual identifier to custom segments 6 years ago
Christo Kotze dd25b5db12 truncate_to_unique - simplified the code 6 years ago
Brandon Clothier ef1f29a5cb
Drop grep usage in favor of zsh regex test 6 years ago
Christo Kotze 38c8519f10 Changed getUniqueHomeFolder to use $HOME
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
6 years ago
Alexara Wu cff11d2e82
Fix `pyenv` segment 6 years ago
Christo Kotze 29c85be8d9 Fix for "truncate_to_unique" strategy 6 years ago
Dominik Ritter 802af322ff Add tests for battery segment
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.
6 years ago
Ben Hilburn 22a761208d
Merge pull request #900 from AlexaraWu/patch/pyenv
Fix `pyenv` segment
6 years ago
Brandon Clothier 48b264f564
Fix error in laravel_version when artisan is not present 6 years ago
Alexara Wu 45fe401dc2
Improve conditions in `rbenv` & `pyenv` 6 years ago
Alexara Wu 9f09547ad1
Improve `rbenv` as well 6 years ago
Alexara Wu 25e2064f0e
Improve command check 6 years ago
Ben Hilburn a7b3f310d3
Merge pull request #905 from robobenklein/robobenklein/defined-variable-performance-hotfix
[performance] Defined function 2-20 times speedup
6 years ago
Dominik Ritter 8cd39beaad FIx status segment 6 years ago
Ben Klein 002f7b81a1
Replace [[-v with `defined`
For zsh 5.1 compatibility.
6 years ago
Alexara Wu fc39d9d6b8
Fix `pyenv` segment 6 years ago