aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix testDominik Ritter2018-11-171-1/+1
| | | The branch name must not be expanded.
* Fix configuration errors in the testsDominik Ritter2018-11-172-2/+6
|
* Add tests for branch name vulnerabilityDominik Ritter2018-11-172-1/+23
|
* Merge pull request #1070 from Wieschie/patch-1Dominik Ritter2018-11-161-6/+6
|\ | | | | [Docs] Uniformly apply inline code formatting in README
| * Uniformly apply inline code formattingEvan Schiewe2018-11-161-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_segmentDominik Ritter2018-11-161-1/+1
|\ \ | | | | | | Fix vpn_ip segment
| * | Fix vpn_ip segmentDominik Ritter2018-10-251-1/+1
| | |
* | | Merge pull request #1036 from dritter/fix_truncate_package_nameDominik Ritter2018-11-161-1/+1
|\ \ \ | |_|/ |/| | Make truncate with package name work without setting shorten length
| * | Make truncate with package name work without setting shorten lengthDominik Ritter2018-10-251-1/+1
| |/
* | Merge pull request #1061 from dritter/speedup_vcs4_masterBen Hilburn2018-11-122-7/+40
|\ \ | | | | | | Backport of vcs-speedup #4 into master.
| * | Add test for detecting untracked files from sibling folderDominik Ritter2018-11-121-1/+18
| | |
| * | Fix checking for untracked filesDominik Ritter2018-11-121-1/+15
| | | | | | | | | | | | | | | Now the untracked files are always checked from the root folder of the repo.
| * | Fix stashes displayDominik Ritter2018-11-121-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 directoryDominik Ritter2018-11-121-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 dirDominik Ritter2018-11-121-0/+2
| | | | | | | | | | | | | | | We cannot detect untracked files when we are inside of a .git directory.
| * | Count stashes via ZSHDominik Ritter2018-11-121-5/+3
|/ /
* | Merge pull request #1055 from dritter/speedup_vcs_master2Ben Hilburn2018-11-061-4/+4
|\ \ | | | | | | Backporting VCS speedups to master
| * | Avoid aliasesDominik Ritter2018-11-061-1/+1
| | |
| * | Get rid of externals when truncating branch nameDominik Ritter2018-11-061-3/+3
|/ /
* | Merge pull request #1048 from dritter/speedup_vcs_masterBen Hilburn2018-11-052-21/+111
|\ \ | |/ |/| Speedup vcs master
| * Add tests for complex git submodule scenariosDominik Ritter2018-11-031-0/+73
| |
| * When checking for untracked or modified files, take submodules into accountDominik Ritter2018-11-031-1/+1
| |
| * Speedup VCS segmentDominik Ritter2018-11-032-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 subsystemDominik Ritter2018-11-031-1/+1
| | | | | | | | instead of determine the git dir manually.
| * Get branch name from VCS_INFO subsystem when collecting remote branchDominik Ritter2018-11-031-2/+2
| |
| * Get branch name from VCS_INFO subsystem when collecting ahead/behind infoDominik Ritter2018-11-031-7/+5
| |
| * Get rid of wc dependency when showing ahead/behind infoDominik Ritter2018-11-031-2/+2
|/
* Merge pull request #1020 from dritter/fix_context_specDominik Ritter2018-10-131-0/+18
|\ | | | | Fix context spec
| * Do not throw away users configurationDominik Ritter2018-10-121-10/+18
| |
| * Fix testsDominik Ritter2018-10-121-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-fogottenbacktickBen Hilburn2018-09-271-1/+1
|\ | | | | [Docs] Add forgotten backtick
| * Add forgotten backticksblondon2018-09-161-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 Hilburn2018-09-061-1/+1
|
* Removing `rbenv` from default LPROMPT list.Ben Hilburn2018-09-063-2/+3
|
* Updating CHANGELOG for v0.6.6Ben Hilburn2018-09-051-0/+17
|
* Merge pull request #959 from dritter/fix_color_valuesBen Hilburn2018-09-0538-220/+220
|\ | | | | [Discussion] Change bright colors to old version
| * Fix testsDominik Ritter2018-09-051-1/+1
| |
| * Merge remote-tracking branch 'ben/master' into fix_color_valuesDominik Ritter2018-09-050-0/+0
| |\ | |/ |/|
* | Merge pull request #944 from dritter/prepare_066Ben Hilburn2018-08-3159-1132/+4877
|\ \ | | | | | | Preparing for v0.6.6 release!
| | * Fix testsDominik Ritter2018-08-1737-207/+207
| | |
| | * Change bright colors to old color codesDominik Ritter2018-08-171-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_066Dominik Ritter2018-08-171-1/+1
| |\
| | * Fix broken link in README referencing date and time configurationNina Zakharenko2018-08-171-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_066Dominik Ritter2018-08-121-54/+54
| |\
| | * Add fallback icon for linux distrosJoseph Weigl2018-08-111-54/+54
| |/ |/|
| * Merge remote-tracking branch 'docwhat/pr/sudo-check' into prepare_066Dominik Ritter2018-08-101-1/+1
| |\
| | * Use SUDO_COMMAND to check for sudoChristian Höltje2018-08-101-3/+3
| |/ |/| | | | | | | | | | | `sudo -n true` only checks that we _could_ use `sudo`, not if we are in a sudo session. closes #852
| * Add tests for color comparisons with none colorsDominik Ritter2018-08-101-0/+16
| |
| * Merge branch 'fix_colors' into prepare_066Dominik Ritter2018-08-101-1/+1
| |\
| | * Fix foreground colors in right prompt segmentsDominik Ritter2018-08-101-1/+1
| | |