aboutsummaryrefslogtreecommitdiff
path: root/powerlevel9k.zsh-theme
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'fix-pw3nage-exploit' of https://github.com/belak/powerlevel9k ↵Ben Hilburn2017-04-191-5/+5
|\ | | | | | | into belak-fix-pw3nage-exploit
| * Fix double expansion of prompt variablesKaleb Elwert2017-04-191-5/+5
| |
* | Set tick to color name green instead of color codeHenry Chang2017-04-161-1/+1
|/ | | | | So the tick will not be too bright in light background color scheme such as Solarized Light.
* Gracefully handle `echotc Co` failureBen Liblit2017-04-011-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 systemsRaphaël Cohen2017-03-121-2/+1
|
* Improves ram promptRaphaël Cohen2017-03-121-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_jsonBen Hilburn2017-03-081-1/+1
|\
| * Fix parsing package name from complex package.json filesDominik Ritter2017-03-081-4/+7
| | | | | | | | when using `truncate_with_package_name` strategy.
* | Add functionality to truncate via `composer.json`Dominik Ritter2017-02-241-1/+10
| |
* | Fix parsing package name from complex package.json filesDominik Ritter2017-02-241-4/+7
|/ | | | when using `truncate_with_package_name` strategy.
* Added support for customizable context segmentFelicia Hummel2017-02-191-2/+2
|
* 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
|
* Merge branch 'next' into execution_timeDominik Ritter2017-02-141-14/+72
|\
| * 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-141-0/+6
| |
| * Merging the `ssh` detection into `context` segment, resolving conflicts.Ben Hilburn2017-02-141-19/+13
| |
| * Merge branch 'next' into shibumi-nextBen Hilburn2017-02-141-38/+78
| |\
| | * Merge branch 'next' into dir_first_characterBen Hilburn2017-02-141-35/+71
| | |\
| | | * 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-121-32/+38
| | | |\
| | | * | Add comments to the dir segmentDominik Ritter2017-02-021-0/+2
| | | | |
| | | * | More possibilities with truncate folder markerBenoit Averty2017-02-011-12/+18
| | | | |
| | | * | 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-011-2/+15
| | | | |
| | * | | 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-301-0/+4
| | |/ /
| * | | Added additional ssh identifier for the right statusbar.Christian Rebischke2017-02-101-0/+7
| | | |
| * | | [SSH]: resolved merge conflict and merged with current nextChristian Rebischke2017-02-101-44/+185
| |\| |
| * | | added ssh support and POWERLEVEL9K_HIDE_HOST featureChristian Rebischke2016-12-181-4/+16
| | | | | | | | | | | | | | | | | | | | | | | | refactorized the sourcecode added true/false switch
* | | | Use GMT as timezone for `command_execution_time` segmentDominik Ritter2017-02-141-2/+2
| | | |
* | | | Refactor `command_execution_time` segmentDominik Ritter2017-02-141-9/+31
| | | | | | | | | | | | | | | | | | | | | | | | - Change internal precision to nanoseconds - Let the user decide about desired precision - Add tests
* | | | Fix wrong variable nameDominik Ritter2017-02-141-1/+1
| | | |
* | | | Format command execution time human readableDominik Ritter2017-02-141-1/+6
| | | |
* | | | Reworked `command_execution_time` segmentDominik Ritter2017-02-141-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` segmentDominik Ritter2017-02-131-0/+21
| |_|/ |/| |
* | | Merge pull request #395 from dritter/benoits_dir_writable_segmentBen Hilburn2017-02-111-1/+7
|\ \ \ | | | | | | | | Benoits dir writable segment
| * | | Rename `dir_permissions` segment to `dir_writable`Dominik Ritter2017-02-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Additionally: - Add changelog entry - Add documentation
| * | | Add directory permission prompt segmentBenoit Averty2017-02-011-1/+7
| | |/ | |/|
* | | Merge pull request #391 from dritter/simplify_public_ipBen Hilburn2017-02-111-29/+12
|\ \ \ | | | | | | | | Simplify `public_ip` segment
| * | | Change order of public ip methods as it was beforeDominik Ritter2017-01-281-1/+1
| | | |
| * | | Simplify `public_ip` segmentDominik Ritter2017-01-281-29/+12
| |/ /
* | | Merge pull request #387 from dritter/fix_truncate_with_package_nameBen Hilburn2017-02-111-1/+8
|\ \ \ | | | | | | | | Fix error with truncating package name if repo is symlinked
| * | | Fix error with truncating package name if repo is symlinkedDominik Ritter2017-01-261-1/+8
| |/ /
* / / Avoid error if CLOBBER is not setDominik Ritter2017-01-241-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_segmentBen Hilburn2017-01-241-4/+2
|\ \ | | | | | | Fix swift segment