Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use method built in to zsh to read symlinks | Kaleb Elwert | 2017-04-19 | 1 | -2/+2 |
| | |||||
* | Revert "Merge branch 'fix-pw3nage-exploit' of ↵ | Ben Hilburn | 2017-04-19 | 1 | -5/+5 |
| | | | | | | | https://github.com/belak/powerlevel9k into belak-fix-pw3nage-exploit" This reverts commit ae259ff5940420389c6f7175d6f5a844362b56ae, reversing changes made to 01a5c6a3a10ff1fea9782607a431ac07652546dc. | ||||
* | Merge branch 'fix-pw3nage-exploit' of https://github.com/belak/powerlevel9k ↵ | Ben Hilburn | 2017-04-19 | 1 | -5/+5 |
|\ | | | | | | | into belak-fix-pw3nage-exploit | ||||
| * | Fix double expansion of prompt variables | Kaleb Elwert | 2017-04-19 | 1 | -5/+5 |
| | | |||||
* | | Set tick to color name green instead of color code | Henry Chang | 2017-04-16 | 1 | -1/+1 |
|/ | | | | | So the tick will not be too bright in light background color scheme such as Solarized Light. | ||||
* | Gracefully handle `echotc Co` failure | Ben Liblit | 2017-04-01 | 1 | -2/+2 |
| | | | | | | | | | | | In Emacs, `M-x shell` creates a shell buffer with very rudimentary terminal capabilities. `$TERM` is set to `dumb`, and `echotc Co` fails after printing `echotc: no such capability: Co` to standard error. If our goal was to determine whether the terminal supports 256 colors, we really have no information to go on. I recommend that we trust the user and hope for the best. That means we should (1) discard any `echotc Co` error output, and (2) forego the warning message about having fewer than 256 colors if `echotc Co` failed. | ||||
* | 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 |
| |/ / |