Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve get_icon_names function | Dominik Ritter | 2017-03-19 | 1 | -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` alphabetically | Dominik Ritter | 2017-03-19 | 1 | -1/+2 |
| | |||||
* | Merge branch 'Darkheir-next' into next | Ben Hilburn | 2017-03-15 | 1 | -3/+5 |
|\ | |||||
| * | Merge branch 'next' of https://github.com/Darkheir/powerlevel9k into ↵ | Ben Hilburn | 2017-03-15 | 1 | -3/+5 |
|/| | | | | | | | Darkheir-next | ||||
| * | Display available ram on BSD systems | Raphaël Cohen | 2017-03-12 | 1 | -2/+1 |
| | | |||||
| * | Merge branch 'next' of github.com:Darkheir/powerlevel9k into next | Raphaël Cohen | 2017-03-12 | 0 | -0/+0 |
| |\ | |||||
| | * | Improves ram prompt | Raphaël Cohen | 2017-03-04 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | For OS X display the sum of Pages free and Pages inactive For Non BSD use MemAvailable instead of MemFree | ||||
| * | | Improves ram prompt | Raphaël Cohen | 2017-03-12 | 1 | -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 next | Ben Hilburn | 2017-03-15 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Updating Copyright year | Ben Hilburn | 2017-03-10 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #433 from dritter/add_font_debugger | Ben Hilburn | 2017-03-15 | 1 | -0/+182 |
|\ \ \ \ | |_|/ / |/| | | | Add font debugger | ||||
| * | | | Beautify output | Dominik Ritter | 2017-03-11 | 1 | -2/+4 |
| | | | | |||||
| * | | | Add an all right message | Dominik Ritter | 2017-03-11 | 1 | -0/+2 |
| | | | | |||||
| * | | | Add font issue debugger script | Dominik Ritter | 2017-03-10 | 1 | -0/+178 |
| | | | | |||||
* | | | | Merge pull request #426 from dritter/fix_changelog | Ben Hilburn | 2017-03-10 | 1 | -6/+6 |
|\ \ \ \ | |/ / / |/| | | | Fix changelog formatting | ||||
| * | | | Fix changelog formatting | Dominik Ritter | 2017-03-09 | 1 | -6/+6 |
|/ / / | |||||
* | | | Merge pull request #412 from dritter/truncate_composer_json | Ben Hilburn | 2017-03-08 | 3 | -2/+16 |
|\ \ \ | | | | | | | | | Truncate via name in composer json | ||||
| * \ \ | Merge branch 'next' into truncate_composer_json | Ben Hilburn | 2017-03-08 | 14 | -16/+233 |
| |\ \ \ | |/ / / |/| | | | |||||
* | | | | readme: adding note about `jq` installation | Ben Hilburn | 2017-03-08 | 1 | -1/+1 |
| | | | | |||||
* | | | | Add tests for `truncate_with_package_name` strategy of dir segment | Dominik Ritter | 2017-03-08 | 1 | -0/+106 |
| | | | | | | | | | | | | | | | | This is a backport from #344 | ||||
* | | | | Fix parsing package name from complex package.json files | Dominik Ritter | 2017-03-08 | 1 | -4/+7 |
| | | | | | | | | | | | | | | | | when using `truncate_with_package_name` strategy. | ||||
* | | | | Merge pull request #424 from dritter/add_freebsd_vm | Ben Hilburn | 2017-03-08 | 7 | -4/+111 |
|\ \ \ \ | |_|/ / |/| | | | Add FreeBSD VM | ||||
| * | | | Add some words about the Test-VMs | Dominik Ritter | 2017-03-08 | 1 | -0/+8 |
| | | | | |||||
| * | | | Install git in the BSD-VM | Dominik Ritter | 2017-03-08 | 1 | -0/+3 |
| | | | | |||||
| * | | | Set default locale to UTF8 in BSD-VM | Dominik Ritter | 2017-03-08 | 1 | -1/+2 |
| | | | | |||||
| * | | | Fix setup for BSD | Dominik Ritter | 2017-03-08 | 1 | -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-VM | Dominik Ritter | 2017-03-08 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | - Set a MAC address - Set shell to CSH, as there is no Bash on BSD | ||||
| * | | | Add BSD-VM | Dominik Ritter | 2017-03-08 | 3 | -0/+87 |
| | | | | |||||
| * | | | Move plain.sh provisioner to a shared folder | Dominik Ritter | 2017-03-08 | 3 | -4/+4 |
| | |/ | |/| | |||||
* | | | unittest: fixing space after branch indicator | Ben Hilburn | 2017-03-08 | 1 | -3/+3 |
| | | | |||||
* | | | changelog: updating for v0.6.0 release | Ben Hilburn | 2017-03-08 | 1 | -1/+5 |
| | | | |||||
* | | | Fixing AWS icon for nerdfonts, fixing branch icon space. | Ben Hilburn | 2017-03-08 | 1 | -5/+5 |
|/ / | |||||
* | | Merge pull request #413 from davidmpaz/icon_by_repo | Ben Hilburn | 2017-02-28 | 1 | -1/+1 |
|\ \ | | | | | | | vcs: Hide error when no origin in git repo | ||||
| * | | Hide error when no origin in git repo | David Paz | 2017-02-24 | 1 | -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.json | Dominik Ritter | 2017-02-24 | 1 | -0/+5 |
| | | |||||
| * | Add functionality to truncate via `composer.json` | Dominik Ritter | 2017-02-24 | 2 | -2/+11 |
| | | |||||
| * | Fix parsing package name from complex package.json files | Dominik Ritter | 2017-02-24 | 1 | -4/+7 |
|/ | | | | when using `truncate_with_package_name` strategy. | ||||
* | Update awesome-fontconfig SERVER_ICON to | Riadh Habbachi | 2017-02-23 | 1 | -1/+1 |
| | |||||
* | nerdfont: updating name for nerdfont selection | Ben Hilburn | 2017-02-23 | 1 | -1/+1 |
| | |||||
* | Merge branch 'nerdfont' of https://github.com/kaymmm/powerlevel9k into ↵ | Ben Hilburn | 2017-02-23 | 1 | -0/+56 |
|\ | | | | | | | kaymmm-nerdfont | ||||
| * | fix spacing on battery icon | Keith Miyake | 2017-01-27 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'next' of https://github.com/bhilburn/powerlevel9k into nerdfont | Keith Miyake | 2017-01-26 | 4 | -10/+95 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'next' of https://github.com/bhilburn/powerlevel9k: CHANGELOG: Updating to reflect work on `next` README: fixing name of `detect-virt` to `detect_virt` README: default segment list was no longer accurate updating changelog for segment name change `disk_usage` incorportaing feedback from review on `hdd_usage` segment Fix swift segment Updating the readme wih `hdd_usage` details. changing `hdd_usage` to actually show usage Moving `HDD_ICON` definition to consistent spot. Fix Fix Fix Fix Fix Fix Change colors Add anion155's HDD segment | ||||
| * \ | Merge remote-tracking branch 'upstream/next' into nerdfont | Keith Miyake | 2017-01-22 | 5 | -54/+226 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/next: (41 commits) vcs icons: fixing branch spacing and remote icon in fontawesome same deal for the "FAIL_ICON"! fixing the "OK_ICON" in 'awesome-fontconfig' which somehow got broken Change powerlevel9k_init to prompt_powerlevel_setup Fix MacOS specific battery segment logic. Minor fix-up to the README. Adding license note about the new logo. more typos Adding the new logo to the README! fixed typo fixed issue with POWERLEVEL9K_PUBLIC_IP_NONE being empty .. i hope fixed typo reverted testing value to default value added link to segemnt documenation in README fixed issue with POWERLEVEL9K_PUBLIC_IP_NONE being empty for real fixed issue with POWERLEVEL9K_PUBLIC_IP_NONE being empty added README section for public_ip segment added the ability to specify and only attempt a particular method Add Changelog for v0.5.0 added configurable string when there is no IP updated some comments changed some offline behavior ... | ||||
| * | | | Add nerdfont icons | Keith Miyake | 2016-12-09 | 1 | -1/+56 |
| | | | | |||||
* | | | | Added support for customizable context segment | Felicia Hummel | 2017-02-19 | 2 | -4/+12 |
| | | | | |||||
* | | | | Setting new `newline` flag to false as default. | Ben Hilburn | 2017-02-19 | 1 | -0/+1 |
| | | | | |||||
* | | | | Adding option POWERLEVEL9K_PROMPT_ADD_NEWLINE to create a blank line before ↵ | Johnny@Ash | 2017-02-19 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | each prompt | ||||
* | | | | Adding a \n before prompt | Johnny@Ash | 2017-02-19 | 1 | -1/+1 |
| | | | | |||||
* | | | | README: cleaning up new `command_execution_time` segment docs | Ben Hilburn | 2017-02-19 | 1 | -5/+10 |
| | | | | |||||
* | | | | Add documentation for the `command_execution_time` segment | Dominik Ritter | 2017-02-16 | 1 | -1/+4 |
| | | | |