Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | | | 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 #473 from zikes/patch-1 | Ben Hilburn | 2017-05-23 | 2 | -2/+48 |
|\ | | | | | Only show go_version segment if inside GOPATH | ||||
| * | test that go_segment prints nothing if GOPATH is not set | Jason Hutchinson | 2017-04-19 | 1 | -0/+23 |
| | | |||||
| * | test that go_segment prints nothing if GOPATH is set but is not a subset of PWD | Jason Hutchinson | 2017-04-19 | 1 | -0/+11 |
| | | |||||
| * | update go mock to allow for both version and env sub-commands | Jason Hutchinson | 2017-04-19 | 1 | -1/+8 |
| | | |||||
| * | ensure go_version segment prints if PWD is subset of non-empty GOPATH | Jason Hutchinson | 2017-04-19 | 1 | -0/+3 |
| | | |||||
| * | Redirect stderr for GOPATH check to /dev/null | Jason Hutchinson | 2017-04-13 | 1 | -1/+1 |
| | | | | | | Accounts for instances where `go` binary is not installed. | ||||
| * | only show go_version segment if inside GOPATH | Jason Hutchinson | 2017-04-07 | 1 | -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 Hilburn | 2017-05-23 | 1 | -1/+1 |
|\ \ | |||||
| * | | Make Anaconda environment status match Virtualenv format | Martin Moxon | 2017-05-17 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #519 from docwhat/pr/readme-typo | Ben Hilburn | 2017-05-10 | 1 | -1/+1 |
|\ \ | | | | | | | readme: typo fix | ||||
| * | | readme: typo | Christian Höltje | 2017-05-04 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #513 from belak/belak/prompt-cr | Ben Hilburn | 2017-05-03 | 1 | -1/+1 |
|\ \ | | | | | | | Make sure prompt_cr is set | ||||
| * | | Make sure prompt_cr is set | Kaleb Elwert | 2017-05-03 | 1 | -1/+1 |
|/ / | | | | | | | Fixes #511 | ||||
* | | Merge pull request #502 from shibumi/detect-virt-debugging | Ben Hilburn | 2017-04-24 | 1 | -4/+3 |
|\ \ | | | | | | | [detect-virt] quickfix for unnecessary information in prompt | ||||
| * | | [detect-virt] quickfix for unnecessary information in prompt | Christian Rebischke | 2017-04-23 | 1 | -4/+3 |
|/ / | |||||
* | | Updating CHANGELOG for v0.6.3. | Ben Hilburn | 2017-04-21 | 1 | -0/+8 |
| | | |||||
* | | Merge branch 'master' into next | Ben Hilburn | 2017-04-21 | 1 | -1/+1 |
|\ \ | |||||
| * \ | Merge pull request #494 from belak/better-realpath | Ben Hilburn | 2017-04-20 | 1 | -2/+2 |
| |\ \ | | | | | | | | | Use method built in to zsh to read symlinks | ||||
| | * | | Use method built in to zsh to read symlinks | Kaleb Elwert | 2017-04-19 | 1 | -2/+2 |
| |/ / | |||||
* | | | Merge pull request #496 from belak/options-oddities | Ben Hilburn | 2017-04-20 | 1 | -6/+10 |
|\ \ \ | | | | | | | | | Fix some oddities with prompt options | ||||
| * | | | Stop setting options in prompt setup which are thrown away | Kaleb Elwert | 2017-04-20 | 1 | -8/+6 |
| | | | | |||||
| * | | | Add prompt_opts to prompt setup function | Kaleb Elwert | 2017-04-20 | 1 | -0/+6 |
|/ / / | |||||
* | | | Merge branch 'master' into next | Ben Hilburn | 2017-04-19 | 0 | -0/+0 |
|\| | | |||||
| * | | Revert "Merge branch 'fix-pw3nage-exploit' of ↵ | Ben Hilburn | 2017-04-19 | 1 | -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 Hilburn | 2017-04-19 | 1 | -5/+5 |
| |\ \ | | | | | | | | | | | | | into belak-fix-pw3nage-exploit | ||||
| | * | | Fix double expansion of prompt variables | Kaleb Elwert | 2017-04-19 | 1 | -5/+5 |
| | | | | |||||
* | | | | Fix double expansion of prompt variables | Kaleb Elwert | 2017-04-19 | 1 | -5/+5 |
| | | | | |||||
* | | | | Merge pull request #484 from shibumi/svn-debugging | Ben Hilburn | 2017-04-19 | 1 | -0/+6 |
|\ \ \ \ | | | | | | | | | | | [SVN] removed %b identifier to fix color encoding | ||||
| * | | | | [SVN] removed %b identifier to fix color encoding | Christian Rebischke | 2017-04-16 | 1 | -0/+6 |
| | | | | | |||||
* | | | | | Merge branch 'master' into next | Ben Hilburn | 2017-04-19 | 2 | -2/+2 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Merge pull request #483 from changyuheng/pr-status-tick-color | Ben Hilburn | 2017-04-19 | 1 | -1/+1 |
| |\ \ \ \ | | |_|/ / | |/| | | | Set tick to color name green instead of color code | ||||
| | * | | | Set tick to color name green instead of color code | Henry Chang | 2017-04-16 | 1 | -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-complete | Ben Hilburn | 2017-04-07 | 1 | -1/+1 |
| |\ \ \ | | |_|/ | |/| | | Changing name of nerdfont option per #458 | ||||
| | * | | Changing name of nerdfont option per #458 | Ben Hilburn | 2017-04-04 | 1 | -1/+1 |
| |/ / | |||||
* | | | Converting timer start time to hex | Ben Hilburn | 2017-04-19 | 2 | -3/+2 |
| | | |