Commit Graph

240 Commits (37145ef14d854bfb7ca65145e9bd86cefcfba060)

Author SHA1 Message Date
rjorgenson 37145ef14d added documentation for custom host depth to README 8 years ago
Ben Hilburn 52d95f9038 Merge pull request #362 from shibumi/detect-virt-next
Added segment for virtualization detection.
8 years ago
Christian Rebischke c42a77ae60
Merge branch 'detect-virt' into detect-virt-next 8 years ago
Christian Rebischke 881ce33263
added virtualization detection with systemd 8 years ago
Ben Hilburn 7a49c9704d Merge pull request #347 from thomaspaulmann/swift
Add prompt for current installed swift version
8 years ago
Thomas Paul Mann 21a5cbd988 Add prompt for current installed swift version 8 years ago
Dominik Ritter 11b8545fe2 Add syntax highlighting to examples in README 8 years ago
Dominik Ritter 51e1aa1b16 Add documenatation for dir path separator 8 years ago
Arav Singhal b129cd09e0 Describe OK in non-verbose toggle in README 8 years ago
Lion Krischer 9bc55ab175
Using default way of setting icons and updating doc 8 years ago
Lion Krischer 50b978ddc8
Using default color setters 8 years ago
Lion Krischer fb211bc04c
Document all the conda prompt changes 8 years ago
Ben Hilburn 9d172f58c2 Finally adding a license to powerlevel9k 8 years ago
Ben Hilburn 96731951be Merge branch 'noverbose-battery' of https://github.com/dnmiller/powerlevel9k into nonverbose-battery 8 years ago
Ben Hilburn 3291b4d476 Merging ability to hide tags from VCS segment. 8 years ago
Chris Hudson ef2d01a2aa Added POWERLEVEL9K_VCS_HIDE_TAGS variable to control displaying of vcs tags in segment 8 years ago
Dan Miller d39e57f4d7 Update README with POWERLEVEL9K_BATTERY_VERBOSE option 8 years ago
Sudarshan Wadkar 99429ab268 Add new pyenv segment to show active python version
This commit provides a new segment `pyenv` to show current python environment.
This prompt can be used in place of `virtualenv` segment. However, it is
targeted at users of [pyenv](https://github.com/yyuu/pyenv) and not meant to
replace the `virtualenv` segment.

The prompt works by parsing output of `pyenv version` and displaying the first
word of the output as segment text. The design (color etc.) is same as the
`virtualenv` segment including the icon. The segment would need to be
revisited if `pyenv version` changes its output format.

Tested on my personal machines (Mac OSX 10.11.4 and Ubuntu 15.04).
8 years ago
Ben Hilburn 92edb26a78 Making `anaconda` list item a link to full description. 9 years ago
Jan Laermann 391b3327ee Added anaconda segment.
The segment relies on a lookaround to determine the currently
active conda environment.
If available ack is preferred, otherwise grep will be used.
Recent versions of grep offer `-P` to support perl-regex.
Older ones (e.g. those shipped on OSX) will fail.
9 years ago
orhanbalci 0f7b525173 add rust icon information to README 9 years ago
Ben Hilburn aec9d95295 Merge pull request #229 from alexlafroscia/add-package-name-shortening-strategy
Add shortening strategy based on package.json name
9 years ago
Alex LaFroscia 4ca6938801 Apply max dir length to package name shortener 9 years ago
sabricot 8feee5d4cc Fix typo about docker in README 9 years ago
sabricot 3c95feb0bd Add a docker machine segment 9 years ago
Ben Hilburn d0e9baf453 readme: more touchup to the segment list 9 years ago
Ben Hilburn 8e499946b2 readme: add horizontal bar 9 years ago
Ben Hilburn b305b1ccd2 readme: code-as-links transition in segment list 9 years ago
Ben Hilburn 4e28720021 readme: testing code-as-link in MD code 9 years ago
Ben Hilburn c30a13e467 readme: re-organizing the segment list 9 years ago
Sudarshan Wadkar 88fd11a865 Update README.md with `chruby` prompt info 9 years ago
Ben Hilburn d6902db6ef Merge branch 'master' into next. Fixes Symfony typo in README. 9 years ago
Benoit GALATI ded682420b Fix typo about Symfony2 in README 9 years ago
Ben Hilburn 5d31763a8e Merge pull request #219 from rmad17/nodeenv-support
Adding `nodeenv` segment.
9 years ago
rmad17 163ac2697c Updated README 9 years ago
Ben Hilburn e93d053035 Merge pull request #216 from natemccurdy/issues/215
Improve the rbenv prompt by using `version-name`
9 years ago
Nate McCurdy 01bdee42a2 Improve the rbenv prompt by using `version-name`
Prior to this, the rbenv prompt only showed something if the
$RBENV_VERSION environment variable was set. This was not a complete
solution because rbenv can be configured locally, per directory, with
dotfiles. When using dotfiles, the $RBENV_VERSION variables is not set.

This fixes the issue by taking the output of the `rbenv version-name`
command which shows the real rbenv version being used based on any of
the 4 ways to change rbenv as shown here:

https://github.com/rbenv/rbenv#choosing-the-ruby-version

If the current version of Ruby being used is the same as the global
Ruby, nothing is shown.

This commit also adds documentation to the README that describes the
prompt.

Fixes issue #215
9 years ago
Ben Hilburn 94c87a4d23 Reflect submodule status in VCS prompty by default. 9 years ago
Ben Hilburn 5af484bd6d README: Adding Travis-CI status to README 9 years ago
Ben Hilburn 4897c795fa Merge branch 'master' into next 9 years ago
The Gitter Badger 43e6c80029 Add Gitter badge 9 years ago
Dominik Ritter a6174e31ea Added documentation for the AWS Beanstalk segment. 9 years ago
Dominik Ritter 6aadf76397 Split up `ram` segment into `ram` and `swap`. 9 years ago
Ben Hilburn 472fb6f674 README: Arrghhhhh. Newlines in tables breaking things. 9 years ago
Ben Hilburn bd88fe9637 README: Documenting new background_jobs feature 9 years ago
Ben Hilburn f58da93481 README: Updating language about ZSH frameworks 9 years ago
Anthony 684291e734 Fix spacing derp 9 years ago
Kayant 193e19f597 Add more ZSH framework instructions
*Zgen
*Antibody
*ZPM
*ZIM
9 years ago
Kayant 0b1849d034 Improve zsh framework install description and add zplug 9 years ago
Ben Hilburn 67895cc5da README: Added a tl;dr 9 years ago