summaryrefslogtreecommitdiff
path: root/powerlevel9k.zsh-theme
Commit message (Collapse)AuthorAgeFilesLines
* status: show signal nameChristian Höltje2017-07-281-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!)
* Merge pull request #573 from AdrienHorgnies/feature/status-cross-ok-option-setBen Hilburn2017-07-271-3/+7
|\ | | | | Update `status` segment to provide additional configuration option, streamline settings flags.
| * change status segment option setAdrienHorgnies2017-07-151-3/+7
| |
* | Merge pull request #541 from golgoth31/nextBen Hilburn2017-07-171-3/+2
|\ \ | |/ |/| vpn prompt: change "ip" to "ifconfig" to be used on OSX
| * vpn prompt: change "ip" to "ifconfig" to be used on OSXDavid Sabatie2017-06-031-3/+2
| |
* | Merge pull request #569 from docwhat/pr/home-folder-abbr-testBen Hilburn2017-07-131-1/+1
|\ \ | | | | | | Added tests and replaced a sed call
| * | Replaced a sed call with pure ZSHChristian Höltje2017-07-121-1/+1
| | |
* | | Merge remote-tracking branch 'origin/master' into pr/merge-masterChristian Höltje2017-07-131-2/+2
|\ \ \
| * | | Fixed RVM segment for usernames with dashesPavel Peganov2017-06-111-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.
| * | | add Gopher icon to go_version segmentJason Hutchinson2017-05-261-1/+1
| | | |
* | | | Merge pull request #562 from docwhat/pr/cleanup-directory-detectionBen Hilburn2017-07-121-42/+25
|\ \ \ \ | |_|/ / |/| | | Cleaned up installation directory detection
| * | | Cleaned up installation directory detectionChristian Höltje2017-07-121-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 Bassett2017-06-261-1/+1
|/ /
* | Merge branch 'next' into nextBen Hilburn2017-06-021-0/+18
|\ \
| * | empty namespace value is 'default'Jason Hutchinson2017-05-261-0/+4
| | |
| * | fix variable name typoJason Hutchinson2017-05-261-2/+2
| | |
| * | use p9k print_icon for kubecontext segmentJason Hutchinson2017-05-261-1/+1
| | |
| * | added the current context prompt for your kubectl configJordan Taylor2017-05-261-0/+14
| | |
* | | add vpn ip to promptDavid Sabatie2017-05-311-0/+11
|/ /
* | Merge branch 'master' into nextBen Hilburn2017-05-251-1/+3
|\|
| * Merge pull request #473 from zikes/patch-1Ben Hilburn2017-05-231-1/+3
| |\ | | | | | | Only show go_version segment if inside GOPATH
| | * Redirect stderr for GOPATH check to /dev/nullJason Hutchinson2017-04-131-1/+1
| | | | | | | | | Accounts for instances where `go` binary is not installed.
| | * only show go_version segment if inside GOPATHJason Hutchinson2017-04-071-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 Hilburn2017-05-251-2/+2
|\ \ \ | | | | | | | | | | | | into onaforeignshore-host_user
| * | | updated render check logicChristo Kotze2017-05-231-2/+2
| | | |
* | | | Merge branch 'host_user' of https://github.com/onaforeignshore/powerlevel9k ↵Ben Hilburn2017-05-231-0/+55
|\| | | | | | | | | | | | | | | into onaforeignshore-host_user
| * | | Removed POWERLEVEL9K_ALWAYS_SHOW_CONTEXTChristo Kotze2017-04-271-2/+2
| | | |
| * | | host and user segmentsChristo Kotze2017-04-201-1/+56
| | |/ | |/|
* | | Merge branch 'next' of github.com:bhilburn/powerlevel9k into nextBen Hilburn2017-05-231-7/+10
|\ \ \
| * \ \ Merge pull request #531 from shibumi/nextBen Hilburn2017-05-231-2/+2
| |\ \ \ | | | | | | | | | | swapped colors for virtualization detection
| | * | | swapped colors for virtualization detection, black on yellow was pain for ↵Christian Rebischke2017-05-211-2/+2
| | | | | | | | | | | | | | | | | | | | the eyes
| * | | | Merge pull request #526 from docwhat/pr/nvm-currentBen Hilburn2017-05-231-5/+8
| |\ \ \ \ | | | | | | | | | | | | nvm: improve default detection
| | * | | | nvm: improve default detectionChristian Höltje2017-05-131-5/+8
| | |/ / / | | | | | | | | | | | | | | | This is also (marginally) faster than before.
* | | | | Merge branch 'master' into nextBen Hilburn2017-05-231-1/+1
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | Make Anaconda environment status match Virtualenv formatMartin Moxon2017-05-171-1/+1
| | | |
* | | | Fixing typo in #525 to teardown `RPROMPT`Ben Hilburn2017-05-231-1/+1
| | | |
* | | | Merge branch 'pr/teardown' of https://github.com/docwhat/powerlevel9k into ↵Ben Hilburn2017-05-231-0/+7
|\ \ \ \ | | | | | | | | | | | | | | | docwhat-pr/teardown
| * | | | teardown: reset PROMPT and RPROMPTChristian Höltje2017-05-131-0/+2
| | | | |
| * | | | add function to disable powerlevel9kChristian Höltje2017-05-131-0/+5
| | |/ / | |/| | | | | | | | | | Sometimes you have to disable your prompt. :-(
* | | | Incorporating @dritter's feedback from #524.Ben Hilburn2017-05-231-1/+1
| | | |
* | | | Merge branch 'pr/newline' of https://github.com/docwhat/powerlevel9k into ↵Ben Hilburn2017-05-231-0/+17
|\ \ \ \ | | | | | | | | | | | | | | | docwhat-pr/newline
| * | | | newline: support PROMPT_ON_NEWLINEChristian Höltje2017-05-131-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 sideChristian Höltje2017-05-131-4/+2
| | | | |
| * | | | newline: add new segmentChristian Höltje2017-05-131-0/+15
| |/ / /
* | | | pipestatus: default to true (on)Christian Höltje2017-05-131-1/+1
| | | |
* | | | status: add option for support pipesChristian Höltje2017-05-131-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/develBen Hilburn2017-05-101-5/+5
|\ \ \ | | | | | | | | Icons for Windows/Cygwin + Refixes 32-bit support
| * | | Icons for Windows/Cygwin + Refixes 32-bit supportguixxx2017-05-071-5/+5
| |/ /
* | | Merge branch 'master' into nextBen Hilburn2017-05-031-1/+1
|\| |
| * | Make sure prompt_cr is setKaleb Elwert2017-05-031-1/+1
| | | | | | | | | | | | Fixes #511