Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | |||||
| | * | update go mock to allow for both version and env sub-commands | Jason Hutchinson | 2017-04-19 | 1 | -1/+8 |
| | | | |||||
| | * | ensure go_version segment prints if PWD is subset of non-empty GOPATH | Jason Hutchinson | 2017-04-19 | 1 | -0/+3 |
| | | | |||||
| | * | Redirect stderr for GOPATH check to /dev/null | Jason Hutchinson | 2017-04-13 | 1 | -1/+1 |
| | | | | | | | | | Accounts for instances where `go` binary is not installed. | ||||
| | * | only show go_version segment if inside GOPATH | Jason Hutchinson | 2017-04-07 | 1 | -1/+3 |
| | | | | | | | | | As of Go v1.8 GOPATH need not be set, as it will default to $HOME/go. By using `go env GOPATH` to retrieve the value first, this technique will work regardless of whether GOPATH is currently set by the user. | ||||
* | | | Moving some parts of README to the Wiki. | Ben Hilburn | 2017-05-25 | 1 | -30/+17 |
| | | | |||||
* | | | Merge branch 'host_user' of https://github.com/onaforeignshore/powerlevel9k ↵ | Ben Hilburn | 2017-05-25 | 2 | -4/+4 |
|\ \ \ | | | | | | | | | | | | | into onaforeignshore-host_user | ||||
| * | | | updated to fix copy/paste | Christo Kotze | 2017-05-23 | 1 | -2/+2 |
| | | | | |||||
| * | | | updated render check logic | Christo Kotze | 2017-05-23 | 1 | -2/+2 |
| | | | | |||||
* | | | | Merge branch 'host_user' of https://github.com/onaforeignshore/powerlevel9k ↵ | Ben Hilburn | 2017-05-23 | 3 | -0/+114 |
|\| | | | | | | | | | | | | | | | into onaforeignshore-host_user | ||||
| * | | | Revised User segment in README.md | Christo Kotze | 2017-04-27 | 1 | -0/+6 |
| | | | | |||||
| * | | | Removed POWERLEVEL9K_ALWAYS_SHOW_CONTEXT | Christo Kotze | 2017-04-27 | 1 | -2/+2 |
| | | | | |||||
| * | | | host and user segments | Christo Kotze | 2017-04-20 | 3 | -1/+109 |
| | | | | |||||
* | | | | Merge branch 'next' of github.com:bhilburn/powerlevel9k into next | Ben Hilburn | 2017-05-23 | 1 | -7/+10 |
|\ \ \ \ | |||||
| * \ \ \ | Merge pull request #531 from shibumi/next | Ben Hilburn | 2017-05-23 | 1 | -2/+2 |
| |\ \ \ \ | | | | | | | | | | | | | swapped colors for virtualization detection | ||||
| | * | | | | swapped colors for virtualization detection, black on yellow was pain for ↵ | Christian Rebischke | 2017-05-21 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | the eyes | ||||
| * | | | | | Merge pull request #526 from docwhat/pr/nvm-current | Ben Hilburn | 2017-05-23 | 1 | -5/+8 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | nvm: improve default detection | ||||
| | * | | | | | nvm: improve default detection | Christian Höltje | 2017-05-13 | 1 | -5/+8 |
| | |/ / / / | | | | | | | | | | | | | | | | | | | This is also (marginally) faster than before. | ||||
* | | | | | | Merge branch 'master' into next | Ben Hilburn | 2017-05-23 | 1 | -1/+1 |
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | | | |||||
| * | | | | Merge branch 'moxon6-master' | Ben Hilburn | 2017-05-23 | 1 | -1/+1 |
| |\ \ \ \ |