Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fallback mechanism is now more robust. If does not matter if the user ↵ | Dominik Ritter | 2015-11-28 | 1 | -0/+4 |
| | | | | specified a file or a directory in `POWERLEVEL9K_INSTALLATION_PATH`. | ||||
* | Added more checks to find the installation dir. Now we try to find prezto ↵ | Dominik Ritter | 2015-11-28 | 1 | -3/+9 |
| | | | | automatically and print a nice warning as a fallback. | ||||
* | Now the script just returns instead of exiting with an errorcode. The reason ↵ | Dominik Ritter | 2015-11-21 | 1 | -1/+1 |
| | | | | for this is that users can't log in anymore if the specified a wrong path in POWERLEVEL9K_INSTALLATION_PATH and the script `exit`s. With `return` not the whole shell is terminated, so users get an ugly prompt, but are still able to modify .zshrc. | ||||
* | The installation path of powerlevel9k is now configurable by setting the ↵ | Dominik Ritter | 2015-11-21 | 1 | -1/+3 |
| | | | | | | variable POWERLEVEL9K_INSTALLATION_PATH. The value must be set to the exact location of the powerlevel9k.zsh-theme file (including the file name). This has only effect if you load your theme as a function and your ZSH version is below 5.0.8. | ||||
* | For ZSH 5.0.8 `whence -v` tells also the path to the command. In that case ↵ | Dominik Ritter | 2015-11-21 | 1 | -3/+9 |
| | | | | we can use that information to get a proper path to the utility functions. | ||||
* | Merge pull request #152 from Tritlo/battery_fix | Ben Hilburn | 2015-11-21 | 1 | -12/+12 |
|\ | | | | | Battery segment fix and enhancement. | ||||
| * | fix some issues with the battery segment | Matthías Páll Gissurarson | 2015-11-20 | 1 | -12/+12 |
| | | |||||
* | | Merge pull request #150 from Tritlo/prompt_end | Ben Hilburn | 2015-11-21 | 1 | -1/+1 |
|\ \ | |/ |/| | Add icon for end of left prompt. | ||||
| * | added icon to be able to set the end of the prompt explicitly | Matthías Páll Gissurarson | 2015-11-19 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #149 from Tritlo/master | Ben Hilburn | 2015-11-18 | 1 | -8/+13 |
|\ \ | |/ |/| | Now allowing the RPROMPT to be on a newline. | ||||
| * | added variable to have rprompt on the newline | Matthías Páll Gissurarson | 2015-11-17 | 1 | -8/+13 |
| | | |||||
* | | Used typeset to define the local array. This does the trick on linux. | Dominik Ritter | 2015-11-17 | 1 | -2/+2 |
| | | |||||
* | | Added a mechanism to make deprecated segments visible to the user. | Dominik Ritter | 2015-11-17 | 1 | -0/+8 |
| | | |||||
* | | Merge pull request #142 from dritter/rust_version | Ben Hilburn | 2015-11-16 | 1 | -0/+9 |
|\ \ | | | | | | | Added Rust version segment. | ||||
| * | | Add an Identifier to version. | Dominik Ritter | 2015-11-16 | 1 | -1/+1 |
| | | | |||||
| * | | Add segment for rust version. | Dominik Ritter | 2015-11-16 | 1 | -0/+9 |
| | | | |||||
* | | | Huge performance improvement if you use `rvm` segment. | Dominik Ritter | 2015-11-16 | 1 | -4/+7 |
|/ / | | | | | | | Thanks to @rjorgenson for the hint. | ||||
* | | Merge branch 'master' into next | Ben Hilburn | 2015-11-13 | 1 | -1/+16 |
|\| | |||||
| * | Get terminal capabilities using a zsh builtin for portability | Stéphane Dupille | 2015-11-13 | 1 | -1/+1 |
| | | |||||
| * | Issue #131: This fixes history-substring-search, home and end keys. | Dominik Ritter | 2015-11-12 | 1 | -0/+15 |
| | | |||||
* | | Bugfix for prezto: In prezto the theme gets called by function (via zstyle). ↵ | Dominik Ritter | 2015-11-07 | 1 | -2/+14 |
| | | | | | | | | In that case we hardcode the path to the theme as there seems no way to find the location so that we can source our other functions. | ||||
* | | If the theme-file is linked, dereference that link and source the right ↵ | Dominik Ritter | 2015-11-04 | 1 | -4/+12 |
| | | | | | | | | functions. | ||||
* | | Extracted color functions to a separate file. | Dominik Ritter | 2015-10-24 | 1 | -0/+6 |
| | | |||||
* | | Extracted VCS-hooks into a separate file. | Dominik Ritter | 2015-10-24 | 1 | -138/+63 |
| | | |||||
* | | Extracted icons into a separate file. | Dominik Ritter | 2015-10-24 | 1 | -173/+2 |
| | | |||||
* | | Renamed "power-utilities.zsh" to just "utilities.zsh". | Dominik Ritter | 2015-10-24 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'next' into color_detection | Dominik Ritter | 2015-10-22 | 1 | -16/+129 |
|\ \ | |||||
| * | | Merge branch 'master' into next | Ben Hilburn | 2015-10-22 | 1 | -2/+2 |
| |\| | |||||
| | * | Merge pull request #123 from martinpelikan/master | Ben Hilburn | 2015-10-22 | 1 | -1/+1 |
| | |\ | | | | | | | | | Fixes #122, SI prefixes should be evaluated as strings. | ||||
| | | * | Fixes #122, SI prefixes should be evaluated as strings. | Martin Pelikan | 2015-10-18 | 1 | -1/+1 |
| | | | | |||||
| | * | | Rephrasing of error message when TERM not 256 color | Daniel Gordon | 2015-10-19 | 1 | -1/+1 |
| | |/ | | | | | | | | | | | | | - Literal command to be added is highlighted in blue - Now beginners won't try to add an incorrect command to ~/.zshrc | ||||
| * | | Merge pull request #126 from rjorgenson/next | Ben Hilburn | 2015-10-22 | 1 | -0/+74 |
| |\ \ | | | | | | | | | added a prompt segment to display battery status on laptops | ||||
| | * | | fixed some edge cases I ran into during usage of the linux segment | rjorgenson | 2015-10-19 | 1 | -2/+7 |
| | | | | |||||
| | * | | added time remaining support to battery segment on Linux | rjorgenson | 2015-10-19 | 1 | -0/+4 |
| | | | | |||||
| | * | | added Linux support to battery prompt segment | rjorgenson | 2015-10-19 | 1 | -15/+35 |
| | | | | |||||
| | * | | editor automatically removed whitespace | rjorgenson | 2015-10-18 | 1 | -1/+1 |
| | | | | |||||
| | * | | fixed output string color declaration | rjorgenson | 2015-10-18 | 1 | -1/+1 |
| | | | | |||||
| | * | | added battery prompt segment usable on OS X systems | rjorgenson | 2015-10-18 | 1 | -1/+46 |
| | | | | |||||
| * | | | Merge pull request #127 from dritter/go_prompt | Ben Hilburn | 2015-10-22 | 1 | -0/+10 |
| |\ \ \ | | | | | | | | | | | Adding Go version segment. | ||||
| | * | | | Merge branch 'next' into go_prompt | Dominik Ritter | 2015-10-19 | 1 | -57/+83 |
| | |\| | | |||||
| | * | | | Merge remote-tracking branch 'ben/next' into go_prompt | Dominik Ritter | 2015-10-16 | 1 | -2/+1 |
| | |\ \ \ | | | | |/ | | | |/| | |||||
| | * | | | Merge branch 'next' into go_prompt | Dominik Ritter | 2015-09-30 | 1 | -104/+158 |
| | |\ \ \ | |||||
| | * | | | | Added a segment that shows the current GO version number. | Dominik Ritter | 2015-09-21 | 1 | -0/+10 |
| | | | | | | |||||
| * | | | | | Merge branch 'next' into ram_prompt | Dominik Ritter | 2015-10-20 | 1 | -57/+83 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | |||||
| * | | | | | Merge remote-tracking branch 'ben/next' into ram_prompt | Dominik Ritter | 2015-10-16 | 1 | -2/+1 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | |||||
| * | | | | | Merge branch 'ram_prompt' of github.com:dritter/powerlevel9k into ram_prompt | Dominik Ritter | 2015-10-01 | 1 | -25/+26 |
| |\ \ \ \ \ | |||||
| | * | | | | | Alphabetical order. | Dominik Ritter | 2015-09-26 | 1 | -43/+44 |
| | | | | | | | |||||
| | * | | | | | Corrected calculation of used swap under linux. | Dominik Ritter | 2015-09-26 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'next' into ram_prompt | Dominik Ritter | 2015-09-30 | 1 | -104/+158 |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | / | | | |_|_|/ | | |/| | | | |||||
| * | | | | | Ram as own prompt. | Dominik Ritter | 2015-09-20 | 1 | -14/+42 |
| | | | | | |