Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Documented DIR_SHOW_WRITABLE in README.md | Richard Tippl | 2017-08-10 | 1 | -0/+2 |
| | |||||
* | 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 | 2 | -6/+23 |
|\ | | | | | status: show signal name | ||||
| * | Quick fix to next exit code doc in README | Ben Hilburn | 2017-08-03 | 1 | -1/+1 |
| | | |||||
| * | status: show signal name | Christian Höltje | 2017-07-28 | 2 | -6/+23 |
| | | | | | | | | | | | | | | 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!) | ||||
* | | Merge pull request #583 from docwhat/pr/rvm-575 | Ben Hilburn | 2017-07-27 | 1 | -6/+3 |
|\ \ | |/ |/| | rvm: handle -head, etc. more gracefully. | ||||
| * | 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 | 2 | -5/+9 |
|\ | | | | | Update `status` segment to provide additional configuration option, streamline settings flags. | ||||
| * | document status segment new option set | AdrienHorgnies | 2017-07-15 | 1 | -2/+2 |
| | | |||||
| * | 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 |
| | | |||||
* | | Merge pull request #569 from docwhat/pr/home-folder-abbr-test | Ben Hilburn | 2017-07-13 | 2 | -1/+26 |
|\ \ | | | | | | | Added tests and replaced a sed call | ||||
| * | | Replaced a sed call with pure ZSH | Christian Höltje | 2017-07-12 | 1 | -1/+1 |
| | | | |||||
| * | | Added test for POWERLEVEL9K_HOME_FOLDER_ABBREVIATION | Christian Höltje | 2017-07-12 | 1 | -0/+25 |
| | | | |||||
* | | | Merge pull request #570 from docwhat/pr/docker-known-issues | Ben Hilburn | 2017-07-13 | 1 | -0/+22 |
|\ \ \ | | | | | | | | | test-in-docker: show known issues | ||||
| * | | | test-in-docker: show known issues | Christian Höltje | 2017-07-13 | 1 | -0/+22 |
| | | | | |||||
* | | | | Merge pull request #571 from docwhat/pr/merge-master | Ben Hilburn | 2017-07-13 | 4 | -3/+55 |
|\ \ \ \ | |/ / / |/| | | | Merge in commits from master | ||||
| * | | | Merge remote-tracking branch 'origin/master' into pr/merge-master | Christian Höltje | 2017-07-13 | 4 | -3/+55 |
|/| | | | |||||
| * | | | Adding Code of Conduct | Ben Hilburn | 2017-07-12 | 1 | -0/+46 |
| | | | | | | | | | | | | Slightly modified version of Contributors Covenant. | ||||
| * | | | Merge pull request #547 from D-side/patch-1 | Ben Hilburn | 2017-07-12 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | Fixed RVM segment for usernames with dashes | ||||
| | * | | | Fixed RVM segment for usernames with dashes | Pavel Peganov | 2017-06-11 | 1 | -1/+1 |
| |/ / / | | | | | | | | | Having a username with a dash, such as mine, `d-side`, currently results in RVM segment displaying the wrong thing, e. g. `side/.rvm/rubies/ruby`. This fixes the issue. | ||||
| * | | | Merge pull request #535 from zikes/go_icon | Ben Hilburn | 2017-05-28 | 3 | -2/+8 |
| |\ \ \ | | | | | | | | | | | Add Gopher icon to go_version segment | ||||
| | * | | | set GO_ICON manually in test | Jason Hutchinson | 2017-05-26 | 1 | -2/+3 |
| | | | | | |||||
| | * | | | update test | Jason Hutchinson | 2017-05-26 | 1 | -1/+2 |
| | | | | | |||||
| | * | | | add Gopher icon to go_version segment | Jason Hutchinson | 2017-05-26 | 2 | -1/+5 |
| |/ / / | |||||
* | | | | Merge pull request #567 from docwhat/pr/docker | Ben Hilburn | 2017-07-12 | 36 | -3/+534 |
|\ \ \ \ | | | | | | | | | | | test-in-docker: quickly test frameworks in docker | ||||
| * | | | | test-in-docker: Support for multiple ZSH versions | Christian Höltje | 2017-07-12 | 17 | -66/+264 |
| | | | | | | | | | | | | | | | | | | | | | | | | | -z --zsh can specify one of the versions of ZSH we can get from centos and ubuntu | ||||
| * | | | | test-in-docker: quickly test frameworks in docker | Christian Höltje | 2017-07-12 | 33 | -3/+336 |
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds `./test-in-docker` for quickly playing with various frameworks. All the containers are based off Ubuntu 14.04 which has ZSH 5.0.2. Thanks to @dritter for figuring out all the framework installation methods. | ||||
* | | | | Merge pull request #562 from docwhat/pr/cleanup-directory-detection | Ben Hilburn | 2017-07-12 | 1 | -42/+25 |
|\ \ \ \ | |_|_|/ |/| | | | Cleaned up installation directory detection | ||||
| * | | | Cleaned up installation directory detection | Christian Höltje | 2017-07-12 | 1 | -42/+25 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | - Used ZSH built-in magic to get the installation directory. - Works with symlinks. - No longer calls out to external program 'dirname'. - Fixed issue with spaces in the path. - No longer leak the variables 'filename' and 'script_location'. | ||||
* | | | Merge pull request #554 from derekbassett/Prompt_Hang_Kubecontext_Minikube | Ben Hilburn | 2017-07-12 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | Fixed prompt hangs on kubectl version command | ||||
| * | | Resolves issue #553 where prompt hangs on kubectl version. | Derek Bassett | 2017-06-26 | 1 | -1/+1 |
|/ / | |||||
* | | Fixes for README and CHANGELOG re: `vpn` segment. | Ben Hilburn | 2017-06-02 | 2 | -2/+2 |
| | | |||||
* | | Updating CHANGELOG with new `vpn` segment | Ben Hilburn | 2017-06-02 | 1 | -0/+4 |
| | | |||||
* | | Merge pull request #539 from golgoth31/next | Ben Hilburn | 2017-06-02 | 3 | -6/+30 |
|\ \ | | | | | | | add vpn ip to prompt | ||||
| * \ | Merge branch 'next' into next | Ben Hilburn | 2017-06-02 | 6 | -0/+126 |
| |\ \ | |/ / |/| | | |||||
* | | | Updating README and CHANGELOG | Ben Hilburn | 2017-06-02 | 2 | -0/+23 |
| | | | |||||
* | | | add kubecontext test spec file to travis build | Jordan Taylor | 2017-05-28 | 1 | -0/+1 |
| | | | |||||
* | | | add tests | Jason Hutchinson | 2017-05-26 | 1 | -0/+80 |
| | | | |||||
* | | | empty namespace value is 'default' | Jason Hutchinson | 2017-05-26 | 1 | -0/+4 |
| | | | |||||
* | | | fix variable name typo | Jason Hutchinson | 2017-05-26 | 1 | -2/+2 |
| | | | |||||
* | | | use p9k print_icon for kubecontext segment | Jason Hutchinson | 2017-05-26 | 2 | -1/+5 |
| | | | |||||
* | | | added the current context prompt for your kubectl config | Jordan Taylor | 2017-05-26 | 1 | -0/+14 |
| | | | |||||
| * | | add vpn ip to prompt | David Sabatie | 2017-05-31 | 3 | -6/+30 |
|/ / | |||||
* | | Merge branch 'master' into next | Ben Hilburn | 2017-05-25 | 2 | -2/+48 |
|\| | |||||
| * | Merge pull request #473 from zikes/patch-1 | Ben Hilburn | 2017-05-23 | 2 | -2/+48 |
| |\ | | | | | | | Only show go_version segment if inside GOPATH | ||||
| | * | test that go_segment prints nothing if GOPATH is not set | Jason Hutchinson | 2017-04-19 | 1 | -0/+23 |
| | | | |||||
| | * | test that go_segment prints nothing if GOPATH is set but is not a subset of PWD | Jason Hutchinson | 2017-04-19 | 1 | -0/+11 |
| | | |