Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix of k8s shorter segment | David Jetelina | 2017-12-05 | 1 | -3/+3 |
| | | | My latest PR #676 seemed to have been incompatible with #661 - I did my PR on top of master instead of next. This one is done on top of next and should fix the current not so great state of next (prints nothing). Sorry! | ||||
* | Merge pull request #684 from Artistan/color_names | Ben Hilburn | 2017-12-05 | 1 | -17/+21 |
|\ | | | | | Use color names, plus fixes | ||||
| * | color names and fixes | Charles Peterson | 2017-11-25 | 1 | -17/+21 |
| | | | | | | | | | | | | | | - fix for packageName truncated by POWERLEVEL9K_DIR_OMIT_FIRST_CHARACTER - processing the pwd/HOME replacement ONCE. - fix tests for named colors - use color names by default to allow dark/light themes to adjust colors based on names | ||||
* | | Merge branch 'master' into next | Ben Hilburn | 2017-12-05 | 1 | -1/+10 |
|\ \ | |||||
| * | | added forgotten $ | David Jetelina | 2017-11-14 | 1 | -1/+1 |
| | | | |||||
| * | | Kubernetes segment shorter if possible | David Jetelina | 2017-11-14 | 1 | -1/+12 |
| |/ | | | | | Fixes #675 | ||||
* | | Merge branch 'master' into next | Ben Hilburn | 2017-11-10 | 1 | -1/+1 |
|\| | |||||
| * | Add support for both AWS_PROFILE and AWS_DEFAULT_PROFILE | Antons Kranga | 2017-11-07 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #666 from ParthKolekar/patch-1 | Ben Hilburn | 2017-11-10 | 1 | -1/+2 |
|\ \ | | | | | | | Allow showing the number of jobs even if there is <= 1 job present. | ||||
| * | | Updating variable name for always showing jobs count | Ben Hilburn | 2017-11-10 | 1 | -2/+2 |
| | | | |||||
| * | | Update powerlevel9k.zsh-theme | Parth Laxmikant Kolekar | 2017-11-05 | 1 | -1/+2 |
| |/ | | | | | Allow showing the number of jobs even if there is <= 1 job present. | ||||
* | | Merge branch 'master' into next | Ben Hilburn | 2017-11-02 | 1 | -2/+3 |
|\| | |||||
| * | Merge pull request #660 from brianmoran/ISS-650-pythonpath-in-prompt | Ben Hilburn | 2017-11-02 | 1 | -1/+1 |
| |\ | | | | | | | ISS-650 Fix PYTHONPATH appearing in prompt | ||||
| | * | ISS-650 Fix PYTHONPATH appearing in prompt | Brian Moran | 2017-10-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | - Modify prompt_dir function to set current_path based on pwd and replace $HOME with ~ | ||||
| * | | declared variables as 'local' | Marc Hauptmann | 2017-10-31 | 1 | -1/+2 |
| | | | | | | | | | | | | Prevents warning messages from zsh | ||||
* | | | Fix to unit tests. Also removed unneeded extra call to kubectl. | Derek Bassett | 2017-10-27 | 1 | -3/+1 |
| | | | |||||
* | | | Added functionality to parse the current namespace regardless of config settings | Jordan Taylor | 2017-10-19 | 1 | -8/+10 |
| | | | |||||
* | | | Merge branch 'master' into next | Ben Hilburn | 2017-10-18 | 1 | -1/+5 |
|\| | | |||||
| * | | Bug fix for prompt_public_ip. The OSX date command does not have the -r ↵ | sbutler2901 | 2017-10-12 | 1 | -1/+5 |
| | | | | | | | | | | | | option for getting the last modification time of a file. The stat command is being used instead | ||||
* | | | Adding `SIG` to signal name, removing `-` sign. | Ben Hilburn | 2017-10-07 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'master' into next | Ben Hilburn | 2017-10-07 | 1 | -4/+4 |
|\| | | |||||
| * | | These probably have similar bugs | Hal Gentz | 2017-09-29 | 1 | -3/+3 |
| | | | | | | | | | | | | Signed-off-by: Hal Gentz <zegentzy@protonmail.com> | ||||
| * | | Fixes issue #619 | Hal Gentz | 2017-09-29 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Hal Gentz <zegentzy@protonmail.com> | ||||
* | | | Don't show when dropbox is not running | Timothy Earley | 2017-10-02 | 1 | -2/+2 |
| | | | |||||
* | | | Added dropbox segment | Timothy Earley | 2017-10-01 | 1 | -0/+17 |
| | | | |||||
* | | | Merge branch 'master' into next | Ben Hilburn | 2017-09-29 | 1 | -23/+30 |
|\| | | |||||
| * | | Merge pull request #616 from trashbat/patch-2 | Ben Hilburn | 2017-09-29 | 1 | -1/+1 |
| |\ \ | | | | | | | | | Changed "less than" to "fewer than". | ||||
| | * | | Changed "less than" to "fewer than". | trashbat | 2017-09-05 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fix prompt_kubecontext:local:1: not valid in this context: Version: | Yann David | 2017-08-31 | 1 | -1/+1 |
| |/ / | |||||
| * / | Fix average selection in load segment. | Richard Tippl | 2017-08-27 | 1 | -21/+28 |
| |/ | | | | | | | | | | | | | Removed duplicate code selecting which load average to use. Fixed load average selection being in OSX/BSD part of if, making it not work on non OSX/BSD systems. Optimized actually getting the load average. | ||||
* | | Merge pull request #610 from sjoeboo/rbenv_always | Ben Hilburn | 2017-09-29 | 1 | -5/+5 |
|\ \ | |/ |/| | Add ability to always show rbenv prompt | ||||
| * | Final cleanup for new POWERLEVEL9K_RBENV_ALWAYS flag | Ben Hilburn | 2017-09-29 | 1 | -7/+3 |
| | | |||||
| * | add ability to force rbenv being shown | Matt Nicholson | 2017-09-06 | 1 | -4/+8 |
| | | |||||
* | | Add average choice to load extension | Tadek Teleżyński | 2017-08-17 | 1 | -6/+17 |
|/ | | | | | | | This commit adds a functionality to choose if one wants to see 1, 5 or 15 minutes average. Resolves issue #604 | ||||
* | Merge pull request #596 from eumiro/truncate_to_unique | Ben Hilburn | 2017-08-12 | 1 | -0/+21 |
|\ | | | | | Add TRUNCATE_TO_UNIQUE shortening dir strategy | ||||
| * | Adding reference for `truncate_to_unique` code. | Ben Hilburn | 2017-08-12 | 1 | -1/+1 |
| | | |||||
| * | add TRUNCATE_TO_UNIQUE shortening dir strategy | Miroslav Šedivý | 2017-08-11 | 1 | -0/+21 |
| | | | | | | | | This creates the shortest unique path elements that can be unambiguously expanded to the original path. | ||||
* | | Merge branch 'master' into next | Ben Hilburn | 2017-08-12 | 1 | -5/+5 |
|\ \ | |||||
| * | | Add back the prompt_sp option for zsh >= 5.4.1 | Kaleb Elwert | 2017-08-10 | 1 | -2/+2 |
| |/ | | | | | | | | | In 5.4.1, this option was reset between prompts, so to retain the previous default behavior, this should be added back. | ||||
| * | Merge pull request #580 from sei40kr/master | Ben Hilburn | 2017-08-02 | 1 | -3/+3 |
| |\ | | | | | | | Fixed Vi mode indicator issue | ||||
| | * | Fixed an issue of indicator of Vi mode | Seong Yong-ju | 2017-07-29 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | Fixed an issue that the indicator of Vi mode won't appear correctly at first. | ||||
* | | | Added a default value for DIR_SHOW_WRITABLE. | Richard Tippl | 2017-08-10 | 1 | -1/+2 |
| | | | | | | | | | | | | Variable POWERLEVEL9K_DIR_SHOW_WRITABLE is now default set to false. | ||||
* | | | Implemented functionality from dir_writable to dir | Richard Tippl | 2017-08-10 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When variable POWERLEVEL9K_DIR_SHOW_WRITABLE is set to true, dir prompt will have new state NOT_WRITABLE. This state will be set when user doesn't have permission to write in current working directory as in prompt dir_writable. When mode that allows icons is set, LOCK_ICON is used. | ||||
* | | | Merge pull request #581 from docwhat/pr/show-signals | Ben Hilburn | 2017-08-03 | 1 | -6/+22 |
|\ \ \ | | | | | | | | | status: show signal name | ||||
| * | | | status: show signal name | Christian Höltje | 2017-07-28 | 1 | -6/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes signal exit status easy to understand. Instead of just showing exit code "137", you now see "KILL(-9)". Based on #580 by @sei40kr (thanks!) | ||||
* | | | | rvm: handle -head, etc. more gracefully. | Christian Höltje | 2017-07-27 | 1 | -6/+3 |
|/ / / | | | | | | | | | | Closes #575 | ||||
* | | | Merge pull request #573 from AdrienHorgnies/feature/status-cross-ok-option-set | Ben Hilburn | 2017-07-27 | 1 | -3/+7 |
|\ \ \ | | | | | | | | | Update `status` segment to provide additional configuration option, streamline settings flags. | ||||
| * | | | change status segment option set | AdrienHorgnies | 2017-07-15 | 1 | -3/+7 |
| | | | | |||||
* | | | | Merge pull request #541 from golgoth31/next | Ben Hilburn | 2017-07-17 | 1 | -3/+2 |
|\ \ \ \ | |/ / / |/| | | | vpn prompt: change "ip" to "ifconfig" to be used on OSX | ||||
| * | | | vpn prompt: change "ip" to "ifconfig" to be used on OSX | David Sabatie | 2017-06-03 | 1 | -3/+2 |
| | | | |