Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleaning up README language about new `rbenv` feature. | Ben Hilburn | 2017-09-29 | 1 | -2/+2 |
| | |||||
* | add ability to force rbenv being shown | Matt Nicholson | 2017-09-06 | 2 | -4/+12 |
| | |||||
* | Merge pull request #596 from eumiro/truncate_to_unique | Ben Hilburn | 2017-08-12 | 3 | -0/+43 |
|\ | | | | | Add TRUNCATE_TO_UNIQUE shortening dir strategy | ||||
| * | Adding reference for `truncate_to_unique` code. | Ben Hilburn | 2017-08-12 | 1 | -1/+1 |
| | | |||||
| * | README: Slight change to new truncation strategy doc | Ben Hilburn | 2017-08-12 | 1 | -1/+1 |
| | | |||||
| * | add TRUNCATE_TO_UNIQUE shortening dir strategy | Miroslav Šedivý | 2017-08-11 | 3 | -0/+43 |
| | | | | | | | | This creates the shortest unique path elements that can be unambiguously expanded to the original path. | ||||
* | | Merge branch 'master' into next | Ben Hilburn | 2017-08-12 | 4 | -12/+32 |
|\ \ | |||||
| * \ | Merge pull request #594 from belak/fix-prompt-sp | Ben Hilburn | 2017-08-12 | 1 | -2/+2 |
| |\ \ | | |/ | |/| | Add back the `prompt_sp` option for zsh >= 5.4.1 | ||||
| | * | Add back the prompt_sp option for zsh >= 5.4.1 | Kaleb Elwert | 2017-08-10 | 1 | -2/+2 |
| |/ | | | | | | | | | In 5.4.1, this option was reset between prompts, so to retain the previous default behavior, this should be added back. | ||||
| * | Merge pull request #584 from giogziro95/patch-1 | Ben Hilburn | 2017-08-02 | 1 | -3/+3 |
| |\ | | | | | | | Update OK_ICON weight to match FAIL_ICON | ||||
| | * | Update OK_ICON weight to march FAIL_ICON | Giorgi Gzirishvili | 2017-07-28 | 1 | -3/+3 |
| | | | | | | | | | Fixes #576. | ||||
| * | | Merge pull request #580 from sei40kr/master | Ben Hilburn | 2017-08-02 | 1 | -3/+3 |
| |\ \ | | |/ | |/| | Fixed Vi mode indicator issue | ||||
| | * | Fixed an issue of indicator of Vi mode | Seong Yong-ju | 2017-07-29 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | Fixed an issue that the indicator of Vi mode won't appear correctly at first. | ||||
| * | | Merge pull request #577 from diraol/patch-python-icon-awesome | Ben Hilburn | 2017-07-27 | 1 | -2/+2 |
| |\ \ | | | | | | | | | Fix code-point for Python icon in Awesome fonts. | ||||
| | * | | Fix reference for python icon. | Diego Rabatone Oliveira | 2017-07-22 | 1 | -2/+2 |
| |/ / | | | | | | | | | | | | | | | | | | | While using awesome-terminal-fonts it is recommended to use `\ue63c` to reference python icon instead of `\U1F40D` (that wasn't even working). Ref: https://github.com/gabrielelana/awesome-terminal-fonts/issues/38#issuecomment-302939451 | ||||
| * | | Merge pull request #568 from dritter/fix_empty_delimiter | Ben Hilburn | 2017-07-17 | 2 | -1/+21 |
| |\ \ | | | | | | | | | Fix empty delimiter | ||||
| | * | | Fix empty delimiter | Dominik Ritter | 2017-07-12 | 2 | -1/+21 |
| | | | | | | | | | | | | | | | | | | | | Even if the delimiter is empty, the min length should be 1. This fixes #558 | ||||
* | | | | Merge pull request #592 from tippl/dir_write-588 | Ben Hilburn | 2017-08-12 | 2 | -1/+9 |
|\ \ \ \ | | | | | | | | | | | Implemented functionality from dir_writable to dir | ||||
| * | | | | Cleaning up the `dir` docs in README | Ben Hilburn | 2017-08-12 | 1 | -2/+4 |
| | | | | | |||||
| * | | | | Documented DIR_SHOW_WRITABLE in README.md | Richard Tippl | 2017-08-10 | 1 | -0/+2 |
| | | | | | |||||
| * | | | | Added a default value for DIR_SHOW_WRITABLE. | Richard Tippl | 2017-08-10 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | Variable POWERLEVEL9K_DIR_SHOW_WRITABLE is now default set to false. | ||||
| * | | | | Implemented functionality from dir_writable to dir | Richard Tippl | 2017-08-10 | 1 | -1/+4 |
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When variable POWERLEVEL9K_DIR_SHOW_WRITABLE is set to true, dir prompt will have new state NOT_WRITABLE. This state will be set when user doesn't have permission to write in current working directory as in prompt dir_writable. When mode that allows icons is set, LOCK_ICON is used. | ||||
* | | | | Merge pull request #581 from docwhat/pr/show-signals | Ben Hilburn | 2017-08-03 | 2 | -6/+23 |
|\ \ \ \ | | | | | | | | | | | status: show signal name | ||||
| * | | | | Quick fix to next exit code doc in README | Ben Hilburn | 2017-08-03 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | status: show signal name | Christian Höltje | 2017-07-28 | 2 | -6/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #583 from docwhat/pr/rvm-575 | Ben Hilburn | 2017-07-27 | 1 | -6/+3 |
|\ \ \ \ \ | |/ / / / |/| | | | | rvm: handle -head, etc. more gracefully. | ||||
| * | | | | rvm: handle -head, etc. more gracefully. | Christian Höltje | 2017-07-27 | 1 | -6/+3 |
|/ / / / | | | | | | | | | | | | | Closes #575 | ||||
* | | | | Merge pull request #573 from AdrienHorgnies/feature/status-cross-ok-option-set | Ben Hilburn | 2017-07-27 | 2 | -5/+9 |
|\ \ \ \ | | | | | | | | | | | Update `status` segment to provide additional configuration option, streamline settings flags. | ||||
| * | | | | document status segment new option set | AdrienHorgnies | 2017-07-15 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | change status segment option set | AdrienHorgnies | 2017-07-15 | 1 | -3/+7 |
| | | | | | |||||
* | | | | | Merge pull request #541 from golgoth31/next | Ben Hilburn | 2017-07-17 | 1 | -3/+2 |
|\ \ \ \ \ | |/ / / / |/| | | | | vpn prompt: change "ip" to "ifconfig" to be used on OSX | ||||
| * | | | | vpn prompt: change "ip" to "ifconfig" to be used on OSX | David Sabatie | 2017-06-03 | 1 | -3/+2 |
| | | | | | |||||
* | | | | | Merge pull request #569 from docwhat/pr/home-folder-abbr-test | Ben Hilburn | 2017-07-13 | 2 | -1/+26 |
|\ \ \ \ \ | | | | | | | | | | | | | Added tests and replaced a sed call | ||||
| * | | | | | Replaced a sed call with pure ZSH | Christian Höltje | 2017-07-12 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Added test for POWERLEVEL9K_HOME_FOLDER_ABBREVIATION | Christian Höltje | 2017-07-12 | 1 | -0/+25 |
| | | | | | | |||||
* | | | | | | Merge pull request #570 from docwhat/pr/docker-known-issues | Ben Hilburn | 2017-07-13 | 1 | -0/+22 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | test-in-docker: show known issues | ||||
| * | | | | | | test-in-docker: show known issues | Christian Höltje | 2017-07-13 | 1 | -0/+22 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #571 from docwhat/pr/merge-master | Ben Hilburn | 2017-07-13 | 4 | -3/+55 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Merge in commits from master | ||||
| * | | | | | | Merge remote-tracking branch 'origin/master' into pr/merge-master | Christian Höltje | 2017-07-13 | 4 | -3/+55 |
|/| | | | | | | | |_|/ / / | |/| | | | | |||||
| * | | | | | Adding Code of Conduct | Ben Hilburn | 2017-07-12 | 1 | -0/+46 |
| | |_|/ / | |/| | | | | | | | | Slightly modified version of Contributors Covenant. | ||||
| * | | | | Merge pull request #547 from D-side/patch-1 | Ben Hilburn | 2017-07-12 | 1 | -1/+1 |
| |\ \ \ \ | | |_|_|/ | |/| | | | Fixed RVM segment for usernames with dashes | ||||
| | * | | | Fixed RVM segment for usernames with dashes | Pavel Peganov | 2017-06-11 | 1 | -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. | ||||
| * | | | Merge pull request #535 from zikes/go_icon | Ben Hilburn | 2017-05-28 | 3 | -2/+8 |
| |\ \ \ | | | | | | | | | | | Add Gopher icon to go_version segment | ||||
| | * | | | set GO_ICON manually in test | Jason Hutchinson | 2017-05-26 | 1 | -2/+3 |
| | | | | | |||||
| | * | | | update test | Jason Hutchinson | 2017-05-26 | 1 | -1/+2 |
| | | | | | |||||
| | * | | | add Gopher icon to go_version segment | Jason Hutchinson | 2017-05-26 | 2 | -1/+5 |
| |/ / / | |||||
* | | | | Merge pull request #567 from docwhat/pr/docker | Ben Hilburn | 2017-07-12 | 36 | -3/+534 |
|\ \ \ \ | | | | | | | | | | | test-in-docker: quickly test frameworks in docker | ||||
| * | | | | test-in-docker: Support for multiple ZSH versions | Christian Höltje | 2017-07-12 | 17 | -66/+264 |
| | | | | | | | | | | | | | | | | | | | | | | | | | -z --zsh can specify one of the versions of ZSH we can get from centos and ubuntu | ||||
| * | | | | test-in-docker: quickly test frameworks in docker | Christian Höltje | 2017-07-12 | 33 | -3/+336 |
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds `./test-in-docker` for quickly playing with various frameworks. All the containers are based off Ubuntu 14.04 which has ZSH 5.0.2. Thanks to @dritter for figuring out all the framework installation methods. | ||||
* | | | | Merge pull request #562 from docwhat/pr/cleanup-directory-detection | Ben Hilburn | 2017-07-12 | 1 | -42/+25 |
|\ \ \ \ | |_|_|/ |/| | | | Cleaned up installation directory detection |