Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update VIRTUAL_ENV_DISABLE_PROMPT value | Josselin Auguste | 2018-11-18 | 1 | -1/+1 |
| | | | | Following prezto update | ||||
* | Merge pull request #1065 from dritter/protect_locale | Dominik Ritter | 2018-11-17 | 2 | -12/+20 |
|\ | | | | | Protect locale | ||||
| * | Ensure that LC_CTYPE IS NOT overwritten by P9K | Dominik Ritter | 2018-11-15 | 1 | -12/+18 |
| | | |||||
| * | Protect users locale | Dominik Ritter | 2018-11-05 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #1074 from dritter/add_vcs_vulnerability_tests_master | Dominik Ritter | 2018-11-17 | 2 | -1/+27 |
|\ \ | | | | | | | Add vcs vulnerability tests master | ||||
| * | | Fix tests | Dominik Ritter | 2018-11-17 | 2 | -2/+2 |
| | | | |||||
| * | | Fix test | Dominik Ritter | 2018-11-17 | 1 | -1/+1 |
| | | | | | | | | | The branch name must not be expanded. | ||||
| * | | Fix configuration errors in the tests | Dominik Ritter | 2018-11-17 | 2 | -2/+6 |
| | | | |||||
| * | | Add tests for branch name vulnerability | Dominik Ritter | 2018-11-17 | 2 | -1/+23 |
|/ / | |||||
* | | Merge pull request #1070 from Wieschie/patch-1 | Dominik Ritter | 2018-11-16 | 1 | -6/+6 |
|\ \ | | | | | | | [Docs] Uniformly apply inline code formatting in README | ||||
| * | | Uniformly apply inline code formatting | Evan Schiewe | 2018-11-16 | 1 | -6/+6 |
| | | | | | | | | | All POWERLEVEL variables and directory paths should be formatted with backticks for inline code. If not marked as code, the ~ home directory can unintentionally apply strikethrough. | ||||
* | | | Merge pull request #1037 from dritter/fix_vpn_ip_segment | Dominik Ritter | 2018-11-16 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Fix vpn_ip segment | ||||
| * | | | Fix vpn_ip segment | Dominik Ritter | 2018-10-25 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | Merge pull request #1036 from dritter/fix_truncate_package_name | Dominik Ritter | 2018-11-16 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | Make truncate with package name work without setting shorten length | ||||
| * | | Make truncate with package name work without setting shorten length | Dominik Ritter | 2018-10-25 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #1061 from dritter/speedup_vcs4_master | Ben Hilburn | 2018-11-12 | 2 | -7/+40 |
|\ \ | | | | | | | Backport of vcs-speedup #4 into master. | ||||
| * | | Add test for detecting untracked files from sibling folder | Dominik Ritter | 2018-11-12 | 1 | -1/+18 |
| | | | |||||
| * | | Fix checking for untracked files | Dominik Ritter | 2018-11-12 | 1 | -1/+15 |
| | | | | | | | | | | | | | | | Now the untracked files are always checked from the root folder of the repo. | ||||
| * | | Fix stashes display | Dominik Ritter | 2018-11-12 | 1 | -22/+6 |
| | | | | | | | | | | | | | | | | | | | | | Changing directories while checking for untracked files broke the display of git stashes. The hook was not called any more. This is why we disabled checking for untracked files within a .git folder. | ||||
| * | | Fix error if user cds into a .git directory | Dominik Ritter | 2018-11-12 | 1 | -4/+22 |
| | | | | | | | | | | | | | | | | | | In this case is was previously not possible to get the untracked status. Now we temporarily change the directory to the repo root folder and then get the list of untracked files. | ||||
| * | | Avoid warning when inside of .git dir | Dominik Ritter | 2018-11-12 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | We cannot detect untracked files when we are inside of a .git directory. | ||||
| * | | Count stashes via ZSH | Dominik Ritter | 2018-11-12 | 1 | -5/+3 |
|/ / | |||||
* | | Merge pull request #1055 from dritter/speedup_vcs_master2 | Ben Hilburn | 2018-11-06 | 1 | -4/+4 |
|\ \ | | | | | | | Backporting VCS speedups to master | ||||
| * | | Avoid aliases | Dominik Ritter | 2018-11-06 | 1 | -1/+1 |
| | | | |||||
| * | | Get rid of externals when truncating branch name | Dominik Ritter | 2018-11-06 | 1 | -3/+3 |
|/ / | |||||
* | | Merge pull request #1048 from dritter/speedup_vcs_master | Ben Hilburn | 2018-11-05 | 2 | -21/+111 |
|\ \ | |/ |/| | Speedup vcs master | ||||
| * | Add tests for complex git submodule scenarios | Dominik Ritter | 2018-11-03 | 1 | -0/+73 |
| | | |||||
| * | When checking for untracked or modified files, take submodules into account | Dominik Ritter | 2018-11-03 | 1 | -1/+1 |
| | | |||||
| * | Speedup VCS segment | Dominik Ritter | 2018-11-03 | 2 | -11/+30 |
| | | | | | | | | | | | | | | Now the untracked files are detected via `git ls-files`, which is much faster than `git status`. Additionally, we flipped the default for checking submodules. They are now NOT checked by default, as most users probably do not use git submodules. | ||||
| * | Make use of git dir determined by VCS_INFO subsystem | Dominik Ritter | 2018-11-03 | 1 | -1/+1 |
| | | | | | | | | instead of determine the git dir manually. | ||||
| * | Get branch name from VCS_INFO subsystem when collecting remote branch | Dominik Ritter | 2018-11-03 | 1 | -2/+2 |
| | | |||||
| * | Get branch name from VCS_INFO subsystem when collecting ahead/behind info | Dominik Ritter | 2018-11-03 | 1 | -7/+5 |
| | | |||||
| * | Get rid of wc dependency when showing ahead/behind info | Dominik Ritter | 2018-11-03 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #1020 from dritter/fix_context_spec | Dominik Ritter | 2018-10-13 | 1 | -0/+18 |
|\ | | | | | Fix context spec | ||||
| * | Do not throw away users configuration | Dominik Ritter | 2018-10-12 | 1 | -10/+18 |
| | | |||||
| * | Fix tests | Dominik Ritter | 2018-10-12 | 1 | -0/+10 |
|/ | | | | | | It seems like Travis changed their infrastructure. We need to unset SSH_TTY and SSH_CLIENT to get the tests working again. | ||||
* | Merge pull request #990 from sblondon/sblondon-fogottenbacktick | Ben Hilburn | 2018-09-27 | 1 | -1/+1 |
|\ | | | | | [Docs] Add forgotten backtick | ||||
| * | Add forgotten backtick | sblondon | 2018-09-16 | 1 | -1/+1 |
|/ | | | `truncate_to_first_and_last` is not properly displayed because the ending backtick is not there. | ||||
* | Oops, this change should have been in last commit. | Ben Hilburn | 2018-09-06 | 1 | -1/+1 |
| | |||||
* | Removing `rbenv` from default LPROMPT list. | Ben Hilburn | 2018-09-06 | 3 | -2/+3 |
| | |||||
* | Updating CHANGELOG for v0.6.6 | Ben Hilburn | 2018-09-05 | 1 | -0/+17 |
| | |||||
* | Merge pull request #959 from dritter/fix_color_values | Ben Hilburn | 2018-09-05 | 38 | -220/+220 |
|\ | | | | | [Discussion] Change bright colors to old version | ||||
| * | Fix tests | Dominik Ritter | 2018-09-05 | 1 | -1/+1 |
| | | |||||
| * | Merge remote-tracking branch 'ben/master' into fix_color_values | Dominik Ritter | 2018-09-05 | 0 | -0/+0 |
| |\ | |/ |/| | |||||
* | | Merge pull request #944 from dritter/prepare_066 | Ben Hilburn | 2018-08-31 | 59 | -1132/+4877 |
|\ \ | | | | | | | Preparing for v0.6.6 release! | ||||
| | * | Fix tests | Dominik Ritter | 2018-08-17 | 37 | -207/+207 |
| | | | |||||
| | * | Change bright colors to old color codes | Dominik Ritter | 2018-08-17 | 1 | -12/+12 |
| |/ | | | | | | | | | Before this, there was no difference in that colors, as we always used the bright color codes. | ||||
| * | Merge remote-tracking branch 'nnja/patch-1' into prepare_066 | Dominik Ritter | 2018-08-17 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix broken link in README referencing date and time configuration | Nina Zakharenko | 2018-08-17 | 1 | -1/+1 |
| |/ |/| | | | | | | | Fix broken link referencing zsh date and time configuration in prompt expansion. The current broken link points to `http://zsh.sourceforge.net/Doc/Release Prompt-Expansion.html`, while the correct link is http://zsh.sourceforge.net/Doc/Release/Prompt-Expansion.html#Date-and-time | ||||
| * | Merge remote-tracking branch 'eloo/master' into prepare_066 | Dominik Ritter | 2018-08-12 | 1 | -54/+54 |
| |\ |