aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updating Copyright yearBen Hilburn2017-03-101-1/+1
|
* 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.
* Update awesome-fontconfig SERVER_ICON to Riadh Habbachi2017-02-231-1/+1
|
* nerdfont: updating name for nerdfont selectionBen Hilburn2017-02-231-1/+1
|
* Merge branch 'nerdfont' of https://github.com/kaymmm/powerlevel9k into ↵Ben Hilburn2017-02-231-0/+56
|\ | | | | | | kaymmm-nerdfont
| * fix spacing on battery iconKeith Miyake2017-01-271-1/+1
| |
| * Merge branch 'next' of https://github.com/bhilburn/powerlevel9k into nerdfontKeith Miyake2017-01-264-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 nerdfontKeith Miyake2017-01-225-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 iconsKeith Miyake2016-12-091-1/+56
| | | |
* | | | Added support for customizable context segmentFelicia Hummel2017-02-192-4/+12
| | | |
* | | | Setting new `newline` flag to false as default.Ben Hilburn2017-02-191-0/+1
| | | |
* | | | Adding option POWERLEVEL9K_PROMPT_ADD_NEWLINE to create a blank line before ↵Johnny@Ash2017-02-191-1/+4
| | | | | | | | | | | | | | | | each prompt
* | | | Adding a \n before promptJohnny@Ash2017-02-191-1/+1
| | | |
* | | | README: cleaning up new `command_execution_time` segment docsBen Hilburn2017-02-191-5/+10
| | | |
* | | | Add documentation for the `command_execution_time` segmentDominik Ritter2017-02-161-1/+4
| | | |
* | | | Merge branch 'next' into execution_timeDominik Ritter2017-02-146-66/+319
|\ \ \ \
| * | | | README: updating to reflect new context segment featuresBen Hilburn2017-02-141-1/+2
| | | | |
| * | | | context: fixing conditionals in for always showing $USERBen Hilburn2017-02-141-2/+2
| | | | |
| * | | | Trying to enable always showing user, not workingBen Hilburn2017-02-141-3/+9
| | | | |
| * | | | Adding `ssh` segment back with some minor changes.Ben Hilburn2017-02-143-1/+10
| | | | |
| * | | | Merging the `ssh` detection into `context` segment, resolving conflicts.Ben Hilburn2017-02-142-31/+21
| | | | |
| * | | | Merge branch 'next' into shibumi-nextBen Hilburn2017-02-148-84/+322
| |\ \ \ \
| | * \ \ \ Merge pull request #394 from dritter/dir_first_characterBen Hilburn2017-02-144-47/+174
| | |\ \ \ \ | | | | | | | | | | | | | | Add ability to omit the first character in dir path
| | | * \ \ \ Merge branch 'next' into dir_first_characterBen Hilburn2017-02-147-37/+148
| | | |\ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Merge pull request #398 from dritter/benoits_dir_segmentBen Hilburn2017-02-144-4/+100
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | Add "truncate_with_folder_marker" shorten strategy
| | | * | | | | Remove unnecessary variable from testsDominik Ritter2017-02-131-4/+0
| | | | | | | |
| | | * | | | | Get rid of unreadable BSU-patternDominik Ritter2017-02-131-7/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now the current folder in `truncate_with_folder_marker` strategy is truncated by cutting off the found folder from the beginning of $PWD.
| | | * | | | | Add documentation about mysterious 'BSUbfksu' patternDominik Ritter2017-02-131-2/+15
| | | | | | | |
| | | * | | | | Merge branch 'next' into benoits_dir_segmentDominik Ritter2017-02-125-33/+48
| | | |\ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | Add test for truncate_with_folder_marker truncation strategyDominik Ritter2017-02-051-0/+46
| | | | | | | |
| | | * | | | | Add documentation for dir truncation strategiesDominik Ritter2017-02-021-1/+9
| | | | | | | |
| | | * | | | | Add comments to the dir segmentDominik Ritter2017-02-021-0/+2
| | | | | | | |
| | | * | | | | More possibilities with truncate folder markerBenoit Averty2017-02-012-20/+27
| | | | | | | |
| | | * | | | | Fix bug when truncate root was set to direct subfolder of home or rootBenoit Averty2017-02-011-1/+1
| | | | | | | |
| | | * | | | | Add dir_truncate_root optionBenoit Averty2017-02-012-2/+30
| | | | |_|_|/ | | | |/| | |
| | | | * | | Add tests for omitting first character in `dir` segmentDominik Ritter2017-02-041-0/+103
| | | | | | |
| | | | * | | Fix testsDominik Ritter2017-02-042-42/+59
| | | | | | |
| | | | * | | Fix default dir truncation strategyDominik Ritter2017-02-041-1/+1
| | | | | | |
| | | | * | | Do path expansion at firstDominik Ritter2017-02-031-2/+2
| | | | | | |
| | | | * | | Add ability to omit the first character in dir pathDominik Ritter2017-01-302-2/+9
| | | |/ / /
| * | | | | Merge branch 'next' of https://github.com/shibumi/powerlevel9k into shibumi-nextBen Hilburn2017-02-145-58/+321
| |\ \ \ \ \
| | * | | | | Added additional ssh identifier for the right statusbar.Christian Rebischke2017-02-102-0/+8
| | | | | | |
| | * | | | | [SSH]: resolved merge conflict and merged with current nextChristian Rebischke2017-02-105-61/+332
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| * | | | | | Merge branch 'next' of https://github.com/shibumi/powerlevel9k into shibumi-nextBen Hilburn2016-12-212-4/+21
| |\| | | | | | | |_|_|/ / | |/| | | |
| | * | | | added ssh support and POWERLEVEL9K_HIDE_HOST featureChristian Rebischke2016-12-182-4/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refactorized the sourcecode added true/false switch
* | | | | | Use GMT as timezone for `command_execution_time` segmentDominik Ritter2017-02-141-2/+2
| | | | | |