aboutsummaryrefslogtreecommitdiff
path: root/powerlevel9k.zsh-theme
Commit message (Collapse)AuthorAgeFilesLines
* Add option for non-verbose batteryDan Miller2016-06-171-0/+2
|
* Make prompt_custom not print the segment if emptyMateus "Doodad" Medeiros2016-05-241-1/+4
| | | | | | | | | Currently you can't make a conditional custom segment. This changes the prompt_custom function responsible for printing custom segments so that it won't print the segment in case the content is empty. With this it becomes possible to make conditional custom prompts simply by making it not print anything when it's not supposed to be shown.
* Merge pull request #256 from cbourgeois/nextBen Hilburn2016-05-041-0/+4
|\ | | | | Fix incorrect background jobs number
| * Fix incorrect background jobs numberClement Bourgeois2016-04-291-0/+4
| |
* | Using logical CPUs, as it's a fairer reflection of CPU loadDavid McKay2016-05-021-1/+1
| |
* | Consolidated if statements and fixed OSX cpu cores commandDavid McKay2016-04-251-6/+2
| |
* | Improvements to load prompt, now reporting warning and critical at 50% and ↵David McKay2016-04-221-6/+15
|/ | | | 70% cpu core utilisation
* Added anaconda segment.Jan Laermann2016-04-191-0/+12
| | | | | | | | 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.
* Merge pull request #247 from orhanbalci/nextBen Hilburn2016-04-191-1/+1
|\ | | | | rust icon added to rust segment
| * rust icon addedorhanbalci2016-04-161-1/+1
| |
* | Fix truncation of changeset in detached tag modeDominik Ritter2016-04-171-7/+8
| |
* | git-tagname: Now showing hash/branchname when sitting on a tagBen Hilburn2016-04-121-2/+2
|/
* Merge pull request #229 from alexlafroscia/add-package-name-shortening-strategyBen Hilburn2016-04-111-1/+37
|\ | | | | Add shortening strategy based on package.json name
| * Apply max dir length to package name shortenerAlex LaFroscia2016-03-221-3/+3
| |
| * Add shortening strategy based on package.json nameAlex LaFroscia2016-03-061-1/+37
| |
* | Fix configurability of actionformat colorDominik Ritter2016-04-031-2/+2
| |
* | Merge pull request #230 from sabricot/docker_machineBen Hilburn2016-03-221-1/+10
|\ \ | | | | | | Add a new segment for current active docker machine
| * | Add a docker machine segmentsabricot2016-03-061-1/+10
| |/
* | Combine two checks into oneSudarshan Wadkar2016-03-171-2/+1
| |
* | Fix NVM prompt to return if not usedSudarshan Wadkar2016-03-151-0/+1
|/ | | | | | | | | | This commit changes nvm prompt setup to return immediately if no node version is installed/available. Currently, prompt complains for lack of global node version. Specifically, if you install nvm (from brew or manually) and do not have global node installed (or set), then the prompt should not set or show anything. This commit ensures this by immediately returning if `nvm current` returns "none".
* [WIP] Rebase to origin:next branchSudarshan Wadkar2016-03-041-0/+11
|
* Fixed actionformat color codingBen Hilburn2016-03-041-2/+1
|
* trying to debug color code that won't deref in `vcs_states`Ben Hilburn2016-03-041-3/+5
|
* Merge pull request #220 from dritter/rename_vcs_default_stateBen Hilburn2016-02-261-3/+3
|\ | | | | Rename vcs default state
| * Rename VCS default state to `clean`Dominik Ritter2016-02-261-3/+3
| |
* | Merge pull request #219 from rmad17/nodeenv-supportBen Hilburn2016-02-261-0/+9
|\ \ | |/ |/| Adding `nodeenv` segment.
| * Fixed name issuermad172016-02-261-3/+3
| |
| * Added nodeenv supportrmad172016-02-261-16/+8
| |
| * Nodeenv workrmad172016-02-261-0/+17
| |
* | Merge pull request #214 from dritter/fix_vcs_foreground_colorBen Hilburn2016-02-261-12/+17
|\ \ | | | | | | Allowing VCS Foreground Color to be over-rideable.
| * | Clean up states in VCS segmentDominik Ritter2016-02-261-5/+13
| | |
| * | Fix dynamic coloring of VCS segmentDominik Ritter2016-02-181-7/+4
| | | | | | | | | | | | | | | | | | The VCS segment had a lot of own color definitions. Now they are all gone, so that the only color definitions are when the segment gets printed.
* | | Merge pull request #216 from natemccurdy/issues/215Ben Hilburn2016-02-211-2/+10
|\ \ \ | |/ / |/| | Improve the rbenv prompt by using `version-name`
| * | Improve the rbenv prompt by using `version-name`Nate McCurdy2016-02-201-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Fix go testDominik Ritter2016-02-171-1/+1
|/ / | | | | | | If no GO is available, there should be no output.
* | Merging @theminor's changes from PR #204Ben Hilburn2016-02-051-2/+8
|\ \
| * | Add "_UNTRACKED" option for _VCS to change colors - default yellowJohn Minor2016-01-281-2/+8
| | |
* | | Merge branch 'master' into nextBen Hilburn2016-02-051-0/+9
|\ \ \ | | |/ | |/|
| * | Reworked the AWS Elastic Beanstalk segment.Dominik Ritter2016-01-231-3/+4
| | |
| * | Adding command prompt for AWS Elastic Beanstalk environment name.James Bowman2016-01-231-0/+8
| |/
* | Merge pull request #205 from dritter/dir_delimiterBen Hilburn2016-02-051-1/+1
|\ \ | | | | | | Change default dir truncation delimitor to ellipsis
| * | Change default dir truncation delimitor to ellipsisDominik Ritter2016-02-041-1/+1
| |/
* | Merge pull request #198 from dritter/vcs_customizableBen Hilburn2016-02-051-2/+4
|\ \ | | | | | | VCS-hooks customizable
| * | Made the VCS-hooks customizable.Dominik Ritter2016-01-231-2/+4
| |/
* | Merge pull request #181 from dritter/split_up_ram_segmentBen Hilburn2016-02-051-39/+35
|\ \ | | | | | | Split up `ram` segment into `ram` and `swap`.
| * | Split up `ram` segment into `ram` and `swap`.Dominik Ritter2016-01-231-39/+35
| |/
* | Joining conditional segments now work as expected. If between the lastDominik Ritter2016-01-231-44/+33
| | | | | | | | | | | | printed segment is a full but conditional segment, the joined one gets promoted. This fixes #186
* | First try: Now joined segments are promoted to "full" segments, if theirDominik Ritter2016-01-231-4/+30
|/ | | | predecessor was conditional and had no output.
* Syntax fix.Dominik Ritter2016-01-221-1/+1
|
* fix wc glitch on OSXv1rgul2016-01-221-1/+1
|