| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | The script location should only be set once! | Dominik Ritter | 2015-11-28 | 1 | -2/+0 |
| * | | File might be a symlink. | Dominik Ritter | 2015-11-28 | 1 | -0/+5 |
| * | | Fallback mechanism is now more robust. If does not matter if the user specifi... | Dominik Ritter | 2015-11-28 | 1 | -0/+4 |
| * | | Added more checks to find the installation dir. Now we try to find prezto aut... | Dominik Ritter | 2015-11-28 | 1 | -3/+9 |
| * | | Now the script just returns instead of exiting with an errorcode. The reason ... | Dominik Ritter | 2015-11-21 | 1 | -1/+1 |
| * | | The installation path of powerlevel9k is now configurable by setting the vari... | Dominik Ritter | 2015-11-21 | 1 | -1/+3 |
| * | | For ZSH 5.0.8 `whence -v` tells also the path to the command. In that case we... | Dominik Ritter | 2015-11-21 | 1 | -3/+9 |
* | | | Merge pull request #157 from dritter/battery_rework | Ben Hilburn | 2015-12-13 | 1 | -29/+51 |
|\ \ \ |
|
| * | | | By default: set verbose mode on. | Dominik Ritter | 2015-11-25 | 1 | -0/+2 |
| * | | | Added a verbose mode. | Dominik Ritter | 2015-11-25 | 1 | -1/+7 |
| * | | | More structure to the battery segment: Now there is a concept of "states" tha... | Dominik Ritter | 2015-11-25 | 1 | -13/+17 |
| * | | | Battery icon is already defined in the icons-array. | Dominik Ritter | 2015-11-24 | 1 | -1/+0 |
| * | | | Pre-Grep the raw data to save some memory and to avoid cluttering up the outp... | Dominik Ritter | 2015-11-24 | 1 | -1/+3 |
| * | | | Better code structure. | Dominik Ritter | 2015-11-24 | 1 | -9/+14 |
| * | | | Arithmetics in ZSH 101: If you want to calculate a percentage, multiply the n... | Dominik Ritter | 2015-11-23 | 1 | -3/+1 |
| * | | | Better use of test flags. | Dominik Ritter | 2015-11-23 | 1 | -3/+3 |
| * | | | Renamed variable "conn" to "icon_color" | Dominik Ritter | 2015-11-23 | 1 | -8/+8 |
| * | | | Make use of set_default method for better code readability. | Dominik Ritter | 2015-11-23 | 1 | -5/+5 |
| * | | | Performance improvement: Avoid aggregation of data over and over again by ext... | Dominik Ritter | 2015-11-23 | 1 | -6/+7 |
| * | | | Performance improvement by calculating the battery percentage with zsh. | Dominik Ritter | 2015-11-23 | 1 | -1/+6 |
| |/ / |
|
* | | | Merge pull request #160 from dritter/home_icon_fix | Ben Hilburn | 2015-12-02 | 2 | -1/+11 |
|\ \ \ |
|
| * | | | We need to always evaluate the path for the home/folder icon mechanism to wor... | Dominik Ritter | 2015-11-28 | 1 | -1/+1 |
| * | | | Added a folder icon for "awesome-fontconfig" mode. Thx to @tritlo | Dominik Ritter | 2015-11-28 | 1 | -1/+1 |
| * | | | In Awesome-Mode either print a home-icon or a folder icon, depending in which... | Dominik Ritter | 2015-11-28 | 2 | -1/+11 |
|/ / / |
|
* | | | Merge pull request #153 from Tritlo/custom_string | Ben Hilburn | 2015-11-25 | 3 | -2/+81 |
|\ \ \ |
|
| * | | | added a segment to be able to display the result of a custom command. | Matthías Páll Gissurarson | 2015-11-22 | 3 | -2/+81 |
* | | | | Merge pull request #155 from dritter/hotfix/go_version_fix | Ben Hilburn | 2015-11-25 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Fix for the GO version. | Dominik Ritter | 2015-11-22 | 1 | -1/+1 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #156 from dritter/node_cleanup | Ben Hilburn | 2015-11-25 | 1 | -6/+5 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Renamed variable. | Dominik Ritter | 2015-11-22 | 1 | -4/+3 |
| * | | | The `nvm` segment should use the standard node icon (rather than defining an ... | Dominik Ritter | 2015-11-22 | 1 | -2/+2 |
|/ / / |
|
* | | | Merge pull request #152 from Tritlo/battery_fix | Ben Hilburn | 2015-11-21 | 1 | -12/+12 |
|\ \ \ |
|
| * | | | 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 | 2 | -1/+4 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | added icon to be able to set the end of the prompt explicitly | Matthías Páll Gissurarson | 2015-11-19 | 2 | -1/+4 |
| |/ / |
|
* | | | Merge pull request #149 from Tritlo/master | Ben Hilburn | 2015-11-18 | 1 | -8/+13 |
|\ \ \
| |/ /
|/| | |
|
| * | | added variable to have rprompt on the newline | Matthías Páll Gissurarson | 2015-11-17 | 1 | -8/+13 |
* | | | Merge pull request #143 from dritter/segment_deprecation_helpers | Ben Hilburn | 2015-11-17 | 2 | -0/+24 |
|\ \ \ |
|
| * | | | Used typeset to define the local array. This does the trick on linux. | Dominik Ritter | 2015-11-17 | 2 | -3/+4 |
| * | | | Added a mechanism to make deprecated segments visible to the user. | Dominik Ritter | 2015-11-17 | 2 | -0/+23 |
* | | | | Merge pull request #144 from dritter/changelog_additions | Ben Hilburn | 2015-11-17 | 1 | -0/+10 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Added the new rust segment and the changes to the rvm-segment to changelog. | Dominik Ritter | 2015-11-17 | 1 | -0/+10 |
|/ / / |
|
* | | | Merge pull request #142 from dritter/rust_version | Ben Hilburn | 2015-11-16 | 2 | -0/+10 |
|\ \ \ |
|
| * | | | Added documentation. | Dominik Ritter | 2015-11-16 | 1 | -0/+1 |
| * | | | 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 |
* | | | | Merge pull request #141 from dritter/improve_rvm_performance | Ben Hilburn | 2015-11-16 | 1 | -4/+7 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Huge performance improvement if you use `rvm` segment. | Dominik Ritter | 2015-11-16 | 1 | -4/+7 |
|/ / / |
|
* | | | Merge branch 'master' into next | Ben Hilburn | 2015-11-13 | 1 | -1/+16 |
|\| | |
|
| * | | Merge pull request #139 from sdupille/master | Ben Hilburn | 2015-11-13 | 1 | -1/+1 |
| |\ \ |
|