Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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'. | ||||
* | | Resolves issue #553 where prompt hangs on kubectl version. | Derek Bassett | 2017-06-26 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'next' into next | Ben Hilburn | 2017-06-02 | 1 | -0/+18 |
|\ | |||||
| * | 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 | 1 | -1/+1 |
| | | |||||
| * | 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 | 1 | -0/+11 |
|/ | |||||
* | Merge branch 'master' into next | Ben Hilburn | 2017-05-25 | 1 | -1/+3 |
|\ | |||||
| * | Merge pull request #473 from zikes/patch-1 | Ben Hilburn | 2017-05-23 | 1 | -1/+3 |
| |\ | | | | | | | Only show go_version segment if inside GOPATH | ||||
| | * | 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. | ||||
* | | | Merge branch 'host_user' of https://github.com/onaforeignshore/powerlevel9k ↵ | Ben Hilburn | 2017-05-25 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | | | | | into onaforeignshore-host_user | ||||
| * | | | 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 | 1 | -0/+55 |
|\| | | | | | | | | | | | | | | | into onaforeignshore-host_user | ||||
| * | | | Removed POWERLEVEL9K_ALWAYS_SHOW_CONTEXT | Christo Kotze | 2017-04-27 | 1 | -2/+2 |
| | | | | |||||
| * | | | host and user segments | Christo Kotze | 2017-04-20 | 1 | -1/+56 |
| | |/ | |/| | |||||
* | | | 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 |
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| | | |||||
| * | | | Make Anaconda environment status match Virtualenv format | Martin Moxon | 2017-05-17 | 1 | -1/+1 |
| | | | | |||||
* | | | | Fixing typo in #525 to teardown `RPROMPT` | Ben Hilburn | 2017-05-23 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge branch 'pr/teardown' of https://github.com/docwhat/powerlevel9k into ↵ | Ben Hilburn | 2017-05-23 | 1 | -0/+7 |
|\ \ \ \ | | | | | | | | | | | | | | | | docwhat-pr/teardown | ||||
| * | | | | teardown: reset PROMPT and RPROMPT | Christian Höltje | 2017-05-13 | 1 | -0/+2 |
| | | | | | |||||
| * | | | | add function to disable powerlevel9k | Christian Höltje | 2017-05-13 | 1 | -0/+5 |
| | |/ / | |/| | | | | | | | | | | Sometimes you have to disable your prompt. :-( | ||||
* | | | | Incorporating @dritter's feedback from #524. | Ben Hilburn | 2017-05-23 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge branch 'pr/newline' of https://github.com/docwhat/powerlevel9k into ↵ | Ben Hilburn | 2017-05-23 | 1 | -0/+17 |
|\ \ \ \ | | | | | | | | | | | | | | | | docwhat-pr/newline | ||||
| * | | | | newline: support PROMPT_ON_NEWLINE | Christian Höltje | 2017-05-13 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The newline segment will now show ├─ when using `POWERLEVEL9K_PROMPT_ON_NEWLINE` Note: This can be overridden via `POWERLEVEL9K_MULTILINE_FIRST_PROMPT_PREFIX` | ||||
| * | | | | newline: can't work with right side | Christian Höltje | 2017-05-13 | 1 | -4/+2 |
| | | | | | |||||
| * | | | | newline: add new segment | Christian Höltje | 2017-05-13 | 1 | -0/+15 |
| |/ / / | |||||
* | | | | pipestatus: default to true (on) | Christian Höltje | 2017-05-13 | 1 | -1/+1 |
| | | | | |||||
* | | | | status: add option for support pipes | Christian Höltje | 2017-05-13 | 1 | -2/+23 |
|/ / / | | | | | | | | | | | | | | | | | | | Added new option (POWERLEVEL9K_STATUS_SHOW_PIPESTATUS) that shows the status for all piped commands, not just the right-most. Closes #514 | ||||
* | | | Merge pull request #521 from guixxx/devel | Ben Hilburn | 2017-05-10 | 1 | -5/+5 |
|\ \ \ | | | | | | | | | Icons for Windows/Cygwin + Refixes 32-bit support | ||||
| * | | | Icons for Windows/Cygwin + Refixes 32-bit support | guixxx | 2017-05-07 | 1 | -5/+5 |
| |/ / | |||||
* | | | Merge branch 'master' into next | Ben Hilburn | 2017-05-03 | 1 | -1/+1 |
|\| | | |||||
| * | | Make sure prompt_cr is set | Kaleb Elwert | 2017-05-03 | 1 | -1/+1 |
| | | | | | | | | | | | | Fixes #511 | ||||
* | | | Merge branch 'battery' of https://github.com/onaforeignshore/powerlevel9k ↵ | Ben Hilburn | 2017-05-02 | 1 | -3/+18 |
|/ / | | | | | | | into onaforeignshore-battery | ||||
* | | [detect-virt] quickfix for unnecessary information in prompt | Christian Rebischke | 2017-04-23 | 1 | -4/+3 |
| | | |||||
* | | Merge branch 'master' into next | Ben Hilburn | 2017-04-21 | 1 | -1/+1 |
|\ \ | |||||
| * | | Use method built in to zsh to read symlinks | Kaleb Elwert | 2017-04-19 | 1 | -2/+2 |
| | | | |||||
| * | | Revert "Merge branch 'fix-pw3nage-exploit' of ↵ | Ben Hilburn | 2017-04-19 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | https://github.com/belak/powerlevel9k into belak-fix-pw3nage-exploit" This reverts commit ae259ff5940420389c6f7175d6f5a844362b56ae, reversing changes made to 01a5c6a3a10ff1fea9782607a431ac07652546dc. | ||||
| * | | Merge branch 'fix-pw3nage-exploit' of https://github.com/belak/powerlevel9k ↵ | Ben Hilburn | 2017-04-19 | 1 | -5/+5 |
| |\ \ | | | | | | | | | | | | | into belak-fix-pw3nage-exploit | ||||
| | * | | Fix double expansion of prompt variables | Kaleb Elwert | 2017-04-19 | 1 | -5/+5 |
| | |/ | |||||
* | | | Stop setting options in prompt setup which are thrown away | Kaleb Elwert | 2017-04-20 | 1 | -8/+6 |
| | | | |||||
* | | | Add prompt_opts to prompt setup function | Kaleb Elwert | 2017-04-20 | 1 | -0/+6 |
| | | | |||||
* | | | Fix double expansion of prompt variables | Kaleb Elwert | 2017-04-19 | 1 | -5/+5 |
| | | |