aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* README: Slight change to new truncation strategy docBen Hilburn2017-08-121-1/+1
|
* add TRUNCATE_TO_UNIQUE shortening dir strategyMiroslav Šedivý2017-08-113-0/+43
| | | | This creates the shortest unique path elements that can be unambiguously expanded to the original path.
* Merge pull request #584 from giogziro95/patch-1Ben Hilburn2017-08-021-3/+3
|\ | | | | Update OK_ICON weight to match FAIL_ICON
| * Update OK_ICON weight to march FAIL_ICONGiorgi Gzirishvili2017-07-281-3/+3
| | | | | | Fixes #576.
* | Merge pull request #580 from sei40kr/masterBen Hilburn2017-08-021-3/+3
|\ \ | |/ |/| Fixed Vi mode indicator issue
| * Fixed an issue of indicator of Vi modeSeong Yong-ju2017-07-291-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-awesomeBen Hilburn2017-07-271-2/+2
|\ \ | | | | | | Fix code-point for Python icon in Awesome fonts.
| * | Fix reference for python icon.Diego Rabatone Oliveira2017-07-221-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_delimiterBen Hilburn2017-07-172-1/+21
|\ \ | | | | | | Fix empty delimiter
| * | Fix empty delimiterDominik Ritter2017-07-122-1/+21
| | | | | | | | | | | | | | | Even if the delimiter is empty, the min length should be 1. This fixes #558
* | | Adding Code of ConductBen Hilburn2017-07-121-0/+46
|/ / | | | | Slightly modified version of Contributors Covenant.
* | Merge pull request #547 from D-side/patch-1Ben Hilburn2017-07-121-1/+1
|\ \ | |/ |/| Fixed RVM segment for usernames with dashes
| * Fixed RVM segment for usernames with dashesPavel Peganov2017-06-111-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_iconBen Hilburn2017-05-283-2/+8
|\ | | | | Add Gopher icon to go_version segment
| * set GO_ICON manually in testJason Hutchinson2017-05-261-2/+3
| |
| * update testJason Hutchinson2017-05-261-1/+2
| |
| * add Gopher icon to go_version segmentJason Hutchinson2017-05-262-1/+5
|/
* Merge pull request #473 from zikes/patch-1Ben Hilburn2017-05-232-2/+48
|\ | | | | Only show go_version segment if inside GOPATH
| * test that go_segment prints nothing if GOPATH is not setJason Hutchinson2017-04-191-0/+23
| |
| * test that go_segment prints nothing if GOPATH is set but is not a subset of PWDJason Hutchinson2017-04-191-0/+11
| |
| * update go mock to allow for both version and env sub-commandsJason Hutchinson2017-04-191-1/+8
| |
| * ensure go_version segment prints if PWD is subset of non-empty GOPATHJason Hutchinson2017-04-191-0/+3
| |
| * Redirect stderr for GOPATH check to /dev/nullJason Hutchinson2017-04-131-1/+1
| | | | | | Accounts for instances where `go` binary is not installed.
| * only show go_version segment if inside GOPATHJason Hutchinson2017-04-071-1/+3
| | | | | | As of Go v1.8 GOPATH need not be set, as it will default to $HOME/go. By using `go env GOPATH` to retrieve the value first, this technique will work regardless of whether GOPATH is currently set by the user.
* | Merge branch 'moxon6-master'Ben Hilburn2017-05-231-1/+1
|\ \
| * | Make Anaconda environment status match Virtualenv formatMartin Moxon2017-05-171-1/+1
|/ /
* | Merge pull request #519 from docwhat/pr/readme-typoBen Hilburn2017-05-101-1/+1
|\ \ | | | | | | readme: typo fix
| * | readme: typoChristian Höltje2017-05-041-1/+1
|/ /
* | Merge pull request #513 from belak/belak/prompt-crBen Hilburn2017-05-031-1/+1
|\ \ | | | | | | Make sure prompt_cr is set
| * | Make sure prompt_cr is setKaleb Elwert2017-05-031-1/+1
|/ / | | | | | | Fixes #511
* | Merge pull request #502 from shibumi/detect-virt-debuggingBen Hilburn2017-04-241-4/+3
|\ \ | | | | | | [detect-virt] quickfix for unnecessary information in prompt
| * | [detect-virt] quickfix for unnecessary information in promptChristian Rebischke2017-04-231-4/+3
|/ /
* | Updating CHANGELOG for v0.6.3.Ben Hilburn2017-04-211-0/+8
| |
* | Merge branch 'master' into nextBen Hilburn2017-04-211-1/+1
|\ \
| * \ Merge pull request #494 from belak/better-realpathBen Hilburn2017-04-201-2/+2
| |\ \ | | | | | | | | Use method built in to zsh to read symlinks
| | * | Use method built in to zsh to read symlinksKaleb Elwert2017-04-191-2/+2
| |/ /
* | | Merge pull request #496 from belak/options-odditiesBen Hilburn2017-04-201-6/+10
|\ \ \ | | | | | | | | Fix some oddities with prompt options
| * | | Stop setting options in prompt setup which are thrown awayKaleb Elwert2017-04-201-8/+6
| | | |
| * | | Add prompt_opts to prompt setup functionKaleb Elwert2017-04-201-0/+6
|/ / /
* | | Merge branch 'master' into nextBen Hilburn2017-04-190-0/+0
|\| |
| * | Revert "Merge branch 'fix-pw3nage-exploit' of ↵Ben Hilburn2017-04-191-5/+5
| | | | | | | | | | | | | | | | | | | | | https://github.com/belak/powerlevel9k into belak-fix-pw3nage-exploit" This reverts commit ae259ff5940420389c6f7175d6f5a844362b56ae, reversing changes made to 01a5c6a3a10ff1fea9782607a431ac07652546dc.
| * | Merge branch 'fix-pw3nage-exploit' of https://github.com/belak/powerlevel9k ↵Ben Hilburn2017-04-191-5/+5
| |\ \ | | | | | | | | | | | | into belak-fix-pw3nage-exploit
| | * | Fix double expansion of prompt variablesKaleb Elwert2017-04-191-5/+5
| | | |
* | | | Fix double expansion of prompt variablesKaleb Elwert2017-04-191-5/+5
| | | |
* | | | Merge pull request #484 from shibumi/svn-debuggingBen Hilburn2017-04-191-0/+6
|\ \ \ \ | | | | | | | | | | [SVN] removed %b identifier to fix color encoding
| * | | | [SVN] removed %b identifier to fix color encodingChristian Rebischke2017-04-161-0/+6
| | | | |
* | | | | Merge branch 'master' into nextBen Hilburn2017-04-192-2/+2
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #483 from changyuheng/pr-status-tick-colorBen Hilburn2017-04-191-1/+1
| |\ \ \ \ | | |_|/ / | |/| | | Set tick to color name green instead of color code
| | * | | Set tick to color name green instead of color codeHenry Chang2017-04-161-1/+1
| |/ / / | | | | | | | | | | | | | | | | So the tick will not be too bright in light background color scheme such as Solarized Light.
| * | | Merge pull request #466 from bhilburn/nerdfont-completeBen Hilburn2017-04-071-1/+1
| |\ \ \ | | |_|/ | |/| | Changing name of nerdfont option per #458