summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 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
| | | | | | | |