Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Display available ram on BSD systems | Raphaël Cohen | 2017-03-12 | 1 | -2/+1 |
| | |||||
* | 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 'next' into truncate_composer_json | Ben Hilburn | 2017-03-08 | 1 | -1/+1 |
|\ | |||||
| * | Fix parsing package name from complex package.json files | Dominik Ritter | 2017-03-08 | 1 | -4/+7 |
| | | | | | | | | when using `truncate_with_package_name` strategy. | ||||
* | | Add functionality to truncate via `composer.json` | Dominik Ritter | 2017-02-24 | 1 | -1/+10 |
| | | |||||
* | | Fix parsing package name from complex package.json files | Dominik Ritter | 2017-02-24 | 1 | -4/+7 |
|/ | | | | when using `truncate_with_package_name` strategy. | ||||
* | Added support for customizable context segment | Felicia Hummel | 2017-02-19 | 1 | -2/+2 |
| | |||||
* | 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 |
| | |||||
* | Merge branch 'next' into execution_time | Dominik Ritter | 2017-02-14 | 1 | -14/+72 |
|\ | |||||
| * | context: fixing conditionals in for always showing $USER | Ben Hilburn | 2017-02-14 | 1 | -2/+2 |
| | | |||||
| * | Trying to enable always showing user, not working | Ben Hilburn | 2017-02-14 | 1 | -3/+9 |
| | | |||||
| * | Adding `ssh` segment back with some minor changes. | Ben Hilburn | 2017-02-14 | 1 | -0/+6 |
| | | |||||
| * | Merging the `ssh` detection into `context` segment, resolving conflicts. | Ben Hilburn | 2017-02-14 | 1 | -19/+13 |
| | | |||||
| * | Merge branch 'next' into shibumi-next | Ben Hilburn | 2017-02-14 | 1 | -38/+78 |
| |\ | |||||
| | * | Merge branch 'next' into dir_first_character | Ben Hilburn | 2017-02-14 | 1 | -35/+71 |
| | |\ | |||||
| | | * | Get rid of unreadable BSU-pattern | Dominik Ritter | 2017-02-13 | 1 | -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' pattern | Dominik Ritter | 2017-02-13 | 1 | -2/+15 |
| | | | | |||||
| | | * | Merge branch 'next' into benoits_dir_segment | Dominik Ritter | 2017-02-12 | 1 | -32/+38 |
| | | |\ | |||||
| | | * | | Add comments to the dir segment | Dominik Ritter | 2017-02-02 | 1 | -0/+2 |
| | | | | | |||||
| | | * | | More possibilities with truncate folder marker | Benoit Averty | 2017-02-01 | 1 | -12/+18 |
| | | | | | |||||
| | | * | | Fix bug when truncate root was set to direct subfolder of home or root | Benoit Averty | 2017-02-01 | 1 | -1/+1 |
| | | | | | |||||
| | | * | | Add dir_truncate_root option | Benoit Averty | 2017-02-01 | 1 | -2/+15 |
| | | | | | |||||
| | * | | | Fix default dir truncation strategy | Dominik Ritter | 2017-02-04 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Do path expansion at first | Dominik Ritter | 2017-02-03 | 1 | -2/+2 |
| | | | | | |||||
| | * | | | Add ability to omit the first character in dir path | Dominik Ritter | 2017-01-30 | 1 | -0/+4 |
| | |/ / | |||||
| * | | | Added additional ssh identifier for the right statusbar. | Christian Rebischke | 2017-02-10 | 1 | -0/+7 |
| | | | | |||||
| * | | | [SSH]: resolved merge conflict and merged with current next | Christian Rebischke | 2017-02-10 | 1 | -44/+185 |
| |\| | | |||||
| * | | | added ssh support and POWERLEVEL9K_HIDE_HOST feature | Christian Rebischke | 2016-12-18 | 1 | -4/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | refactorized the sourcecode added true/false switch | ||||
* | | | | Use GMT as timezone for `command_execution_time` segment | Dominik Ritter | 2017-02-14 | 1 | -2/+2 |
| | | | | |||||
* | | | | Refactor `command_execution_time` segment | Dominik Ritter | 2017-02-14 | 1 | -9/+31 |
| | | | | | | | | | | | | | | | | | | | | | | | | - Change internal precision to nanoseconds - Let the user decide about desired precision - Add tests | ||||
* | | | | Fix wrong variable name | Dominik Ritter | 2017-02-14 | 1 | -1/+1 |
| | | | | |||||
* | | | | Format command execution time human readable | Dominik Ritter | 2017-02-14 | 1 | -1/+6 |
| | | | | |||||
* | | | | Reworked `command_execution_time` segment | Dominik Ritter | 2017-02-14 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | - Add a visual identifier - Fix a bug that the time was not reset - Make calculation independent of segment (thx @rjorgenson) | ||||
* | | | | Add `command_execution_time` segment | Dominik Ritter | 2017-02-13 | 1 | -0/+21 |
| |_|/ |/| | | |||||
* | | | Merge pull request #395 from dritter/benoits_dir_writable_segment | Ben Hilburn | 2017-02-11 | 1 | -1/+7 |
|\ \ \ | | | | | | | | | Benoits dir writable segment | ||||
| * | | | Rename `dir_permissions` segment to `dir_writable` | Dominik Ritter | 2017-02-01 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Additionally: - Add changelog entry - Add documentation | ||||
| * | | | Add directory permission prompt segment | Benoit Averty | 2017-02-01 | 1 | -1/+7 |
| | |/ | |/| | |||||
* | | | Merge pull request #391 from dritter/simplify_public_ip | Ben Hilburn | 2017-02-11 | 1 | -29/+12 |
|\ \ \ | | | | | | | | | Simplify `public_ip` segment | ||||
| * | | | Change order of public ip methods as it was before | Dominik Ritter | 2017-01-28 | 1 | -1/+1 |
| | | | | |||||
| * | | | Simplify `public_ip` segment | Dominik Ritter | 2017-01-28 | 1 | -29/+12 |
| |/ / | |||||
* | | | Merge pull request #387 from dritter/fix_truncate_with_package_name | Ben Hilburn | 2017-02-11 | 1 | -1/+8 |
|\ \ \ | | | | | | | | | Fix error with truncating package name if repo is symlinked | ||||
| * | | | Fix error with truncating package name if repo is symlinked | Dominik Ritter | 2017-01-26 | 1 | -1/+8 |
| |/ / | |||||
* / / | Avoid error if CLOBBER is not set | Dominik Ritter | 2017-01-24 | 1 | -1/+11 |
|/ / | | | | | | | If the tempfile already exists and CLOBBER is not set, a file exists error occurrs. This commit avoids this problem. | ||||
* | | Merge pull request #379 from dritter/fix_swift_segment | Ben Hilburn | 2017-01-24 | 1 | -4/+2 |
|\ \ | | | | | | | Fix swift segment | ||||
| * | | Fix swift segment | Dominik Ritter | 2017-01-22 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | The regex for the swift segment matches too much. Here I simplified it to match the first number as this is probably the "main" version number. | ||||
* | | | incorportaing feedback from review on `hdd_usage` segment | Ben Hilburn | 2017-01-22 | 1 | -11/+12 |
| | | | |||||
* | | | changing `hdd_usage` to actually show usage | Ben Hilburn | 2017-01-21 | 1 | -19/+11 |
| | | | |||||
* | | | Fix | Mikhaylov Anton | 2017-01-21 | 1 | -5/+2 |
| | | |