aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Fix tests on TravisCIDominik Ritter2017-03-201-24/+60
| | | | | | | | | | | | | | | | TravisCI runs ubuntu 14.04 which has ZSH 5.0.2 on it.
| * | | Add tests to ensure all icon keys are set in all modesDominik Ritter2017-03-201-0/+252
| | | | | | | | | | | | | | | | | | | | This tests do compare icons from all modes (except for flat and compatible) with all other modes.
| * | | Add tests for setting the right locale in icons.zshDominik Ritter2017-03-182-1/+75
| | | |
| * | | Add default locale to protect the special charactersDominik Ritter2017-03-181-0/+8
| |/ /
* | | Merge pull request #449 from dritter/ordered_icons_listBen Hilburn2017-03-211-2/+14
|\ \ \ | | | | | | | | Sort the output of `get_icon_names` alphabetically
| * | | Improve get_icon_names functionDominik Ritter2017-03-191-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | As this function gets more and more important, it now checks for overrides the user has made and prints these icons instead. At least unless the first parameter is not set to "original". Then it will print the default icons.
| * | | Sort the output of `get_icon_names` alphabeticallyDominik Ritter2017-03-191-1/+2
| |/ /
* | | nerdfont config: changing order, removing duplicatesBen Hilburn2017-03-211-9/+4
| | |
* | | Merge pull request #451 from lcorsini/nextBen Hilburn2017-03-211-11/+23
|\ \ \ | | | | | | | | added missing icons
| * | | added missing iconsLuca Corsini2017-03-201-11/+23
| |/ /
* | | iTerm2 debugger: changed error code, added Source Code Pro to fontcheckBen Hilburn2017-03-211-9/+10
| | |
* | | Add warn message if XCode is not installedDominik Ritter2017-03-181-0/+5
| | |
* | | Add iTerm2 debugging scriptDominik Ritter2017-03-172-0/+84
| | |
* | | Add changelog entry for changed `ram` segmentDominik Ritter2017-03-171-0/+4
| | |
* | | Add missing changelog entry for font debugger (#433)Dominik Ritter2017-03-171-0/+6
|/ /
* | Merge branch 'Darkheir-next' into nextBen Hilburn2017-03-151-3/+5
|\ \
| * | Merge branch 'next' of https://github.com/Darkheir/powerlevel9k into ↵Ben Hilburn2017-03-151-3/+5
|/| | | | | | | | | | | Darkheir-next
| * | Display available ram on BSD systemsRaphaël Cohen2017-03-121-2/+1
| | |
| * | Merge branch 'next' of github.com:Darkheir/powerlevel9k into nextRaphaël Cohen2017-03-120-0/+0
| |\ \
| | * | Improves ram promptRaphaël Cohen2017-03-041-1/+4
| | | | | | | | | | | | | | | | | | | | For OS X display the sum of Pages free and Pages inactive For Non BSD use MemAvailable instead of MemFree
| * | | Improves ram promptRaphaël Cohen2017-03-121-1/+4
| | | | | | | | | | | | | | | | | | | | For OS X display the sum of Pages free and Pages inactive For Non BSD use MemAvailable instead of MemFree
* | | | Merge branch 'master' into nextBen Hilburn2017-03-151-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Updating Copyright yearBen Hilburn2017-03-101-1/+1
| | | |
* | | | Merge pull request #433 from dritter/add_font_debuggerBen Hilburn2017-03-151-0/+182
|\ \ \ \ | |_|/ / |/| | | Add font debugger
| * | | Beautify outputDominik Ritter2017-03-111-2/+4
| | | |
| * | | Add an all right messageDominik Ritter2017-03-111-0/+2
| | | |
| * | | Add font issue debugger scriptDominik Ritter2017-03-101-0/+178
| | | |
* | | | Merge pull request #426 from dritter/fix_changelogBen Hilburn2017-03-101-6/+6
|\ \ \ \ | |/ / / |/| | | Fix changelog formatting
| * | | Fix changelog formattingDominik Ritter2017-03-091-6/+6
|/ / /
* | | Merge pull request #412 from dritter/truncate_composer_jsonBen Hilburn2017-03-083-2/+16
|\ \ \ | | | | | | | | Truncate via name in composer json
| * \ \ Merge branch 'next' into truncate_composer_jsonBen Hilburn2017-03-0814-16/+233
| |\ \ \ | |/ / / |/| | |
* | | | readme: adding note about `jq` installationBen Hilburn2017-03-081-1/+1
| | | |
* | | | Add tests for `truncate_with_package_name` strategy of dir segmentDominik Ritter2017-03-081-0/+106
| | | | | | | | | | | | | | | | This is a backport from #344
* | | | Fix parsing package name from complex package.json filesDominik Ritter2017-03-081-4/+7
| | | | | | | | | | | | | | | | when using `truncate_with_package_name` strategy.
* | | | Merge pull request #424 from dritter/add_freebsd_vmBen Hilburn2017-03-087-4/+111
|\ \ \ \ | |_|/ / |/| | | Add FreeBSD VM
| * | | Add some words about the Test-VMsDominik Ritter2017-03-081-0/+8
| | | |
| * | | Install git in the BSD-VMDominik Ritter2017-03-081-0/+3
| | | |
| * | | Set default locale to UTF8 in BSD-VMDominik Ritter2017-03-081-1/+2
| | | |
| * | | Fix setup for BSDDominik Ritter2017-03-081-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | Mounting folders works in vagrant only with /bin/sh, not with /bin/tcsh or /bin/csh. And only via NFS or RSync, but not with vfs. But NFS requires a private network.
| * | | Fix problems with BSD-VMDominik Ritter2017-03-081-0/+7
| | | | | | | | | | | | | | | | | | | | - Set a MAC address - Set shell to CSH, as there is no Bash on BSD
| * | | Add BSD-VMDominik Ritter2017-03-083-0/+87
| | | |
| * | | Move plain.sh provisioner to a shared folderDominik Ritter2017-03-083-4/+4
| | |/ | |/|
* | | unittest: fixing space after branch indicatorBen Hilburn2017-03-081-3/+3
| | |
* | | changelog: updating for v0.6.0 releaseBen Hilburn2017-03-081-1/+5
| | |
* | | Fixing AWS icon for nerdfonts, fixing branch icon space.Ben Hilburn2017-03-081-5/+5
|/ /
* | Merge pull request #413 from davidmpaz/icon_by_repoBen Hilburn2017-02-281-1/+1
|\ \ | | | | | | vcs: Hide error when no origin in git repo
| * | Hide error when no origin in git repoDavid Paz2017-02-241-1/+1
|/ / | | | | | | | | Fix git ls-remote call to match as in sugessted code for redirect error to null.
| * Add changelog entry for truncate with composer.jsonDominik Ritter2017-02-241-0/+5
| |
| * Add functionality to truncate via `composer.json`Dominik Ritter2017-02-242-2/+11
| |
| * Fix parsing package name from complex package.json filesDominik Ritter2017-02-241-4/+7
|/ | | | when using `truncate_with_package_name` strategy.