aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Cleaning up README language about new `rbenv` feature.Ben Hilburn2017-09-291-2/+2
|
* add ability to force rbenv being shownMatt Nicholson2017-09-062-4/+12
|
* Merge pull request #596 from eumiro/truncate_to_uniqueBen Hilburn2017-08-123-0/+43
|\ | | | | Add TRUNCATE_TO_UNIQUE shortening dir strategy
| * Adding reference for `truncate_to_unique` code.Ben Hilburn2017-08-121-1/+1
| |
| * 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 branch 'master' into nextBen Hilburn2017-08-124-12/+32
|\ \
| * \ Merge pull request #594 from belak/fix-prompt-spBen Hilburn2017-08-121-2/+2
| |\ \ | | |/ | |/| Add back the `prompt_sp` option for zsh >= 5.4.1
| | * Add back the prompt_sp option for zsh >= 5.4.1Kaleb Elwert2017-08-101-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-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
* | | | Merge pull request #592 from tippl/dir_write-588Ben Hilburn2017-08-122-1/+9
|\ \ \ \ | | | | | | | | | | Implemented functionality from dir_writable to dir
| * | | | Cleaning up the `dir` docs in READMEBen Hilburn2017-08-121-2/+4
| | | | |
| * | | | Documented DIR_SHOW_WRITABLE in README.mdRichard Tippl2017-08-101-0/+2
| | | | |
| * | | | Added a default value for DIR_SHOW_WRITABLE.Richard Tippl2017-08-101-1/+2
| | | | | | | | | | | | | | | | | | | | Variable POWERLEVEL9K_DIR_SHOW_WRITABLE is now default set to false.
| * | | | Implemented functionality from dir_writable to dirRichard Tippl2017-08-101-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-signalsBen Hilburn2017-08-032-6/+23
|\ \ \ \ | | | | | | | | | | status: show signal name
| * | | | Quick fix to next exit code doc in READMEBen Hilburn2017-08-031-1/+1
| | | | |
| * | | | status: show signal nameChristian Höltje2017-07-282-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-575Ben Hilburn2017-07-271-6/+3
|\ \ \ \ \ | |/ / / / |/| | | | rvm: handle -head, etc. more gracefully.
| * | | | rvm: handle -head, etc. more gracefully.Christian Höltje2017-07-271-6/+3
|/ / / / | | | | | | | | | | | | Closes #575
* | | | Merge pull request #573 from AdrienHorgnies/feature/status-cross-ok-option-setBen Hilburn2017-07-272-5/+9
|\ \ \ \ | | | | | | | | | | Update `status` segment to provide additional configuration option, streamline settings flags.
| * | | | document status segment new option setAdrienHorgnies2017-07-151-2/+2
| | | | |
| * | | | change status segment option setAdrienHorgnies2017-07-151-3/+7
| | | | |
* | | | | Merge pull request #541 from golgoth31/nextBen Hilburn2017-07-171-3/+2
|\ \ \ \ \ | |/ / / / |/| | | | vpn prompt: change "ip" to "ifconfig" to be used on OSX
| * | | | vpn prompt: change "ip" to "ifconfig" to be used on OSXDavid Sabatie2017-06-031-3/+2
| | | | |
* | | | | Merge pull request #569 from docwhat/pr/home-folder-abbr-testBen Hilburn2017-07-132-1/+26
|\ \ \ \ \ | | | | | | | | | | | | Added tests and replaced a sed call
| * | | | | Replaced a sed call with pure ZSHChristian Höltje2017-07-121-1/+1
| | | | | |
| * | | | | Added test for POWERLEVEL9K_HOME_FOLDER_ABBREVIATIONChristian Höltje2017-07-121-0/+25
| | | | | |
* | | | | | Merge pull request #570 from docwhat/pr/docker-known-issuesBen Hilburn2017-07-131-0/+22
|\ \ \ \ \ \ | | | | | | | | | | | | | | test-in-docker: show known issues
| * | | | | | test-in-docker: show known issuesChristian Höltje2017-07-131-0/+22
| | | | | | |
* | | | | | | Merge pull request #571 from docwhat/pr/merge-masterBen Hilburn2017-07-134-3/+55
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Merge in commits from master
| * | | | | | Merge remote-tracking branch 'origin/master' into pr/merge-masterChristian Höltje2017-07-134-3/+55
|/| | | | | | | | |_|/ / / | |/| | | |
| * | | | | 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 #567 from docwhat/pr/dockerBen Hilburn2017-07-1236-3/+534
|\ \ \ \ | | | | | | | | | | test-in-docker: quickly test frameworks in docker
| * | | | test-in-docker: Support for multiple ZSH versionsChristian Höltje2017-07-1217-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 dockerChristian Höltje2017-07-1233-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-detectionBen Hilburn2017-07-121-42/+25
|\ \ \ \ | |_|_|/ |/| | | Cleaned up installation directory detection