Commit Graph

1402 Commits (642034eef2b455aa75819e4c394cd4416206665b)
 

Author SHA1 Message Date
Daniel Gordon fa85a5158f Rephrasing of error message when TERM not 256 color
- Literal command to be added is highlighted in blue
    - Now beginners won't try to add an incorrect command to ~/.zshrc
Dominik Ritter e94394bc67 Merge branch 'next' into go_prompt
Dominik Ritter 5addfdc9e0 Moved utility-functions to "functions/power-utilities.zsh".
rjorgenson 3e828cbaa4 fixed some edge cases I ran into during usage of the linux segment
rjorgenson ff3f6b8e83 added time remaining support to battery segment on Linux
rjorgenson 3b2971b344 erroneous whitespace commit undone
rjorgenson fb6738967e added Linux support to battery prompt segment
rjorgenson 2e406a5bdf editor automatically removed whitespace
rjorgenson 118008c402 fixed output string color declaration
rjorgenson acf5e97756 added battery prompt segment usable on OS X systems
Dominik Ritter c10cbabb9e Merge branch 'next' into color_detection
Martin Pelikan 8e458e5e9a Fixes , SI prefixes should be evaluated as strings.
Ben Hilburn d46634a0a7 Merge branch 'master' into next
Ben Hilburn 38bccd1340 README: Updating second image to use @natemccurdy awesome gif.
Ben Hilburn ce1ea04c13 Merge pull request from dritter/whitespace_customization
Made whitespaces between segment separators customizable
Ben Hilburn ee8c59806e README: Updating the docs about `vi_mode` segment.
Ben Hilburn 34add8aedf Merge pull request from dritter/vi_customizations
Make the vi_mode segement more customizable.
Ben Hilburn c6f8184585 Merge branch 'dritter-vcs_cleanup' into next
Ben Hilburn 01b158c020 Merge branch 'vcs_cleanup' of https://github.com/dritter/powerlevel9k into dritter-vcs_cleanup
Ben Hilburn d459ec0983 Merge pull request from alexlafroscia/add-nvm-prompt-segment
Add nvm prompt segment
Ben Hilburn 9f92995f61 Merge pull request from partp/fix-virtualenv
Fixes `VIRTUAL_ENV_DISABLE_PROMPT` condition
Ben Hilburn 95d8b62e65 README: changing name of `todo.txt` segment to `todo`
rjorgenson 2a6be9dc40 reverting unnoticed white space change
rjorgenson 5add0daad0 added prompt segment for todo.txt task number
Parth Panchal ae035e537a Fixes `VIRTUAL_ENV_DISABLE_PROMPT` condition
Dominik Ritter b04fae9173 Made whitespaces between segment separators customizable.
Dominik Ritter 86b460f06b vi_mode segement more customizable.
Dominik Ritter ab3577a795 Merge remote-tracking branch 'ben/next' into go_prompt
Dominik Ritter cd7e8bea61 Merge remote-tracking branch 'ben/next' into ram_prompt
Dominik Ritter 5a0f330cd7 Merge remote-tracking branch 'ben/next' into color_detection
Dominik Ritter 3bb8cd4593 Merge remote-tracking branch 'ben/next' into vcs_cleanup
Alex LaFroscia d5ffa502e2 Add note about NVM to the readme
Alex LaFroscia 7e6339ec27 Add NVM prompt segment
Prints out the Node version that is currently active if it is different than the default version specified by NVM
Dominik Ritter f7e1f64b4c Added handling for bright colors.
Ben Hilburn 62dee9824b Merge branch 'readme-v2' into next
Ben Hilburn 941379d71c README: one more wiki link to ToC
Ben Hilburn 9d8ab6f667 README: Add link to Wiki at end of README
Ben Hilburn 0b6b6de8e1 README: Cleaning up ToC
Ben Hilburn 5714581e13 README: Final cleanup
Ben Hilburn 625b584ddd README: Moving styling to the wiki
Ben Hilburn b6d1cd109e README: I'm good at markdown
Ben Hilburn d592e047d3 README: Adding ToC
Ben Hilburn 49427538d7 README: Fixing install instruction bullets
Ben Hilburn b3c7fdf410 README: cleanup
Ben Hilburn cdaa2c830b README: Fixing some segment links
Ben Hilburn a4096b4c06 README: Creating links for each segment section
Ben Hilburn 2a1718d927 README: moving lots of information to the Wiki
Ben Hilburn 19caa39333 Merge pull request from jkoelndorfer/next
Fixing issue where BSD detection can bleed info to stdout.
Dominik Ritter 6bf2869a1c Cleanup of VCS-segment. Now `vcs_info` is only invoked, if the user configured to show the `vcs` segment.
Dominik Ritter 20447a22c9 Removed unnecessary literal escape sequences.