Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into staging_065 | Dominik Ritter | 2018-06-07 | 1 | -6/+15 |
|\ | | | | | | | | | | | | | | | | | | | | | Conflicts were: - README.md: Two commits targeted the brightness table. #781 from 14. April 2018 on master and #684 from 05. December 2017 on next. - powerlevel9k.zsh-theme: Two commits targeted the rbenv segment. Both achieve the same thing: To show the Ruby version number always. #795 on next from 14. April 2018 and #610 on master from 28. September 2017. I went with #795 here as this - although being newer - is the one on master, and that should be more stable. | ||||
| * | Merge pull request #795 from ryandav/rbenv-prompt-option-always-displays-#777 | Ben Hilburn | 2018-04-14 | 1 | -0/+4 |
| |\ | | | | | | | Rbenv prompt option always displays #777 | ||||
| | * | #777 update Readme with POWERLEVEL9K_RBENV_PROMPT_ALWAYS_SHOW variable ↵ | Ryan Davidson | 2018-04-03 | 1 | -0/+4 |
| | | | | | | | | | | | | description | ||||
| * | | Merge branch 'master' into master | Ben Hilburn | 2018-04-14 | 1 | -0/+2 |
| |\ \ | |||||
| | * \ | Merge pull request #799 from noraj/patch-1 | Ben Hilburn | 2018-04-14 | 1 | -0/+1 |
| | |\ \ | | | | | | | | | | | add rvm to README | ||||
| | | * | | add rvm | Alexandre ZANNI | 2018-04-12 | 1 | -0/+1 |
| | | |/ | | | | | | | | | | | | | | | | | | | | | see those files and look for `rvm` + https://github.com/bhilburn/powerlevel9k/blob/master/CHANGELOG.md + https://github.com/bhilburn/powerlevel9k/blob/master/powerlevel9k.zsh-theme | ||||
| | * | | Another table formatting fix | lifehackett | 2018-04-13 | 1 | -0/+2 |
| | | | | |||||
| | * | | Fix table formatting in README | lifehackett | 2018-04-13 | 1 | -0/+1 |
| | |/ | |||||
| * | | Fix POWERLEVEL9k_BATTERY_STAGES Table | Niklas Mollenhauer | 2018-03-22 | 1 | -2/+3 |
| | | | |||||
| * | | Fix Brightness Table | Niklas Mollenhauer | 2018-03-21 | 1 | -4/+6 |
| |/ | |||||
* | | **LARGE MERGE THAT TOUCHES LOTS OF THINGS.** | Ben Hilburn | 2018-03-07 | 1 | -1/+9 |
|\ \ | | | | | | | | | | | | | From this point until the next tagged release, `next` will be in a state of heavy flux as we make some significant and invasive changes. | ||||
| * | | Added POWERLEVEL9K_DIR_PATH_ABSOLUTE to README.md | Christo Kotze | 2018-02-23 | 1 | -0/+1 |
| | | | |||||
| * | | Added truncate_to_first_and_last strategy | Christo Kotze | 2018-02-23 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | Truncate middle directories from the path. How many directories will be untouched is controlled by POWERLEVEL9K_SHORTER_DIR_LENGTH. | ||||
| * | | Updated README dir truncation strategies | Christo Kotze | 2018-02-23 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | Added `truncate_to_last` Added `truncate_absolute` Moved `truncate_to_unique` before folder marker | ||||
| * | | PROMPT_DIR color/bold on last dir & color for sep. | Christo Kotze | 2018-02-10 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | You can now set the last dir to have a custom color with `POWERLEVEL9K_DIR_PATH_HIGHLIGHT_FOREGROUND` and whether it will be bold with `POWERLEVEL9K_DIR_PATH_HIGHLIGHT_BOLD=true`. You can also set a custom separator color with `POWERLEVEL9K_DIR_PATH_SEPARATOR_FOREGROUND`. | ||||
* | | | Moving documentation about newlines to the wiki. | Ben Hilburn | 2018-03-07 | 1 | -9/+0 |
| | | | |||||
* | | | Merge branch 'next' into newline-count | Ben Hilburn | 2018-03-07 | 1 | -1/+6 |
|\ \ \ | |||||
| * \ \ | Merge pull request #729 from Mikewl/usersudo | Ben Hilburn | 2018-03-07 | 1 | -1/+2 |
| |\ \ \ | | | | | | | | | | | Added sudo state to prompt_user | ||||
| | * | | | Add information to readme | Michael Louwrens | 2018-02-12 | 1 | -1/+2 |
| | |/ / | |||||
| * | | | Merge pull request #736 from dualscyther/segments/dir/absolute-truncation | Ben Hilburn | 2018-03-07 | 1 | -0/+1 |
| |\ \ \ | | | | | | | | | | | Add absolute truncation option to dir segment | ||||
| | * | | | Update readme | Daniel Tam | 2018-02-13 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Update README.md | Daniel Tam | 2018-02-12 | 1 | -0/+1 |
| | |/ / | |||||
| * | | | Merge branch 'next' into master | Ben Hilburn | 2018-03-07 | 1 | -6/+24 |
| |\ \ \ | |||||
| | * \ \ | Merge branch 'master' into next | Ben Hilburn | 2018-03-07 | 1 | -0/+1 |
| | |\ \ \ | | | |/ / | | |/| / | | | |/ | |||||
| * | / | Don't show segment if POWERLEVEL9K_VI_INSERT_MODE_STRING == '' | Matthew Hoener | 2018-02-08 | 1 | -0/+2 |
| | |/ | |/| | |||||
| * | | Documenting missing field from #716. | Ben Hilburn | 2018-02-02 | 1 | -0/+1 |
| | | | |||||
* | | | refactor(readme): add variable settings for PROMPT_ADD_NEWLINE | Logan Brown | 2018-02-20 | 1 | -0/+9 |
| |/ |/| | |||||
* | | Merge pull request #717 from onaforeignshore/date_segment | Ben Hilburn | 2018-01-24 | 1 | -1/+10 |
|\ \ | | | | | | | Added `prompt_date` and fixed segment comments | ||||
| * | | Added `prompt_date` to `README.md` | Christo Kotze | 2018-01-05 | 1 | -1/+10 |
| | | | |||||
* | | | Merge branch 'master' into next | Ben Hilburn | 2018-01-06 | 1 | -1/+1 |
|\ \ \ | | |/ | |/| | |||||
| * | | Corrected VPN IP command | Sara Murray | 2018-01-02 | 1 | -1/+1 |
| | | | |||||
* | | | Some README cleanups | Ben Hilburn | 2018-01-06 | 1 | -11/+2 |
| | | | |||||
* | | | fix for colors since the terminals so not always render named colors when ↵ | Charles Peterson | 2017-12-16 | 1 | -0/+11 |
| |/ |/| | | | | | using parameter expansion. | ||||
* | | Merge pull request #697 from geniusupgrader/next | Ben Hilburn | 2017-12-15 | 1 | -0/+1 |
|\ \ | | | | | | | OpenFOAM support! (fixes #696) | ||||
| * | | README Cleanup | Ben Hilburn | 2017-12-15 | 1 | -6/+1 |
| | | | |||||
| * | | update readme for #696 and #697. OpenFOAM! | Robin Rosenstock | 2017-12-15 | 1 | -0/+6 |
| | | | |||||
* | | | Merge branch 'master' into next | Ben Hilburn | 2017-12-14 | 1 | -1/+1 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Updating build status to be `master` only. | Ben Hilburn | 2017-12-05 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #684 from Artistan/color_names | Ben Hilburn | 2017-12-05 | 1 | -4/+4 |
|\ \ | | | | | | | Use color names, plus fixes | ||||
| * | | color names and fixes | Charles Peterson | 2017-11-25 | 1 | -4/+4 |
| |/ | | | | | | | | | | | | | - fix for packageName truncated by POWERLEVEL9K_DIR_OMIT_FIRST_CHARACTER - processing the pwd/HOME replacement ONCE. - fix tests for named colors - use color names by default to allow dark/light themes to adjust colors based on names | ||||
* | | Merge pull request #666 from ParthKolekar/patch-1 | Ben Hilburn | 2017-11-10 | 1 | -0/+1 |
|\ \ | | | | | | | Allow showing the number of jobs even if there is <= 1 job present. | ||||
| * | | Minor README cleanup | Ben Hilburn | 2017-11-10 | 1 | -1/+1 |
| | | | |||||
| * | | Update README.md | Parth Kolekar | 2017-11-05 | 1 | -0/+1 |
| |/ | |||||
* | | Merge branch 'master' into next | Ben Hilburn | 2017-11-02 | 1 | -2/+2 |
|\| | |||||
| * | remove weird glyphs in README.md | George D. Plymale II | 2017-10-24 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into next | Ben Hilburn | 2017-10-18 | 1 | -1/+4 |
|\| | |||||
| * | Merge pull request #651 from claycephas/more-documentation | Ben Hilburn | 2017-10-18 | 1 | -0/+3 |
| |\ | | | | | | | Add documentation for VCS hooks config | ||||
| | * | Add documentation for VCS hooks config | Clay Anderson | 2017-10-17 | 1 | -0/+3 |
| | | | |||||
| * | | Fix incomplete vpn segment name | Térence Clastres | 2017-10-07 | 1 | -1/+1 |
| |/ | | | | | The segment function is called *prompt_vpn_ip()* thus the segment needs to be called "vpn_ip". | ||||
* | | Added dropbox segment | Timothy Earley | 2017-10-01 | 1 | -0/+1 |
| | |