summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Only check for a user defined variable if we really have an visualDominik Ritter2015-12-151-12/+16
* Added the "visual identifier" concept to the `rbenv` segment.Dominik Ritter2015-12-151-1/+1
* Added the "visual identifier" concept to the `node_version` segment.Dominik Ritter2015-12-151-1/+1
* Some icons are visual identifiers now, so they shouldn't control theDominik Ritter2015-12-151-6/+6
* Bugfix: the default should be a pure color, not a full ZSH colorDominik Ritter2015-12-151-2/+2
* Interesting: We don't need to swap the whitespaces if the visualDominik Ritter2015-12-151-2/+1
* For left aligned segments start the foreground color after the visualDominik Ritter2015-12-151-4/+4
* Added the "visual identifier" concept to the `todo` segment.Dominik Ritter2015-12-151-1/+1
* Added the "visual identifier" concept to the `rvm` segment.Dominik Ritter2015-12-151-1/+1
* Added the "visual identifier" concept to the `node_version` segment.Dominik Ritter2015-12-151-1/+1
* Added the "visual identifier" concept to the `load` segment.Dominik Ritter2015-12-151-1/+1
* Added the "visual identifier" concept to the `ip` segment.Dominik Ritter2015-12-151-1/+1
* Added the "visual identifier" concept to the `dir` segment.Dominik Ritter2015-12-151-4/+2
* Added the "visual identifier" concept to the `aws` segment.Dominik Ritter2015-12-151-1/+1
* Used the new "visual identifier" concept for the battery segment.Dominik Ritter2015-12-151-3/+3
* Allow users to overwrite the color for the visual identifier only.Dominik Ritter2015-12-151-0/+8
* Segments now can have "visual identifiers" which are basically justDominik Ritter2015-12-151-3/+21
* Removed trailing whitespaces.Dominik Ritter2015-12-151-2/+2
* Removed unecessary variable.Dominik Ritter2015-12-151-2/+1
* Merge pull request #154 from dritter/hotfix/utility_function_loadingBen Hilburn2015-12-131-4/+25
|\
| * The script location should only be set once!Dominik Ritter2015-11-281-2/+0
| * File might be a symlink.Dominik Ritter2015-11-281-0/+5
| * Fallback mechanism is now more robust. If does not matter if the user specifi...Dominik Ritter2015-11-281-0/+4
| * Added more checks to find the installation dir. Now we try to find prezto aut...Dominik Ritter2015-11-281-3/+9
| * Now the script just returns instead of exiting with an errorcode. The reason ...Dominik Ritter2015-11-211-1/+1
| * The installation path of powerlevel9k is now configurable by setting the vari...Dominik Ritter2015-11-211-1/+3
| * For ZSH 5.0.8 `whence -v` tells also the path to the command. In that case we...Dominik Ritter2015-11-211-3/+9
* | Merge pull request #157 from dritter/battery_reworkBen Hilburn2015-12-131-29/+51
|\ \
| * | By default: set verbose mode on.Dominik Ritter2015-11-251-0/+2
| * | Added a verbose mode.Dominik Ritter2015-11-251-1/+7
| * | More structure to the battery segment: Now there is a concept of "states" tha...Dominik Ritter2015-11-251-13/+17
| * | Battery icon is already defined in the icons-array.Dominik Ritter2015-11-241-1/+0
| * | Pre-Grep the raw data to save some memory and to avoid cluttering up the outp...Dominik Ritter2015-11-241-1/+3
| * | Better code structure.Dominik Ritter2015-11-241-9/+14
| * | Arithmetics in ZSH 101: If you want to calculate a percentage, multiply the n...Dominik Ritter2015-11-231-3/+1
| * | Better use of test flags.Dominik Ritter2015-11-231-3/+3
| * | Renamed variable "conn" to "icon_color"Dominik Ritter2015-11-231-8/+8
| * | Make use of set_default method for better code readability.Dominik Ritter2015-11-231-5/+5
| * | Performance improvement: Avoid aggregation of data over and over again by ext...Dominik Ritter2015-11-231-6/+7
| * | Performance improvement by calculating the battery percentage with zsh.Dominik Ritter2015-11-231-1/+6
| |/
* | Merge pull request #160 from dritter/home_icon_fixBen Hilburn2015-12-022-1/+11
|\ \
| * | We need to always evaluate the path for the home/folder icon mechanism to wor...Dominik Ritter2015-11-281-1/+1
| * | Added a folder icon for "awesome-fontconfig" mode. Thx to @tritloDominik Ritter2015-11-281-1/+1
| * | In Awesome-Mode either print a home-icon or a folder icon, depending in which...Dominik Ritter2015-11-282-1/+11
|/ /
* | Merge pull request #153 from Tritlo/custom_stringBen Hilburn2015-11-253-2/+81
|\ \
| * | added a segment to be able to display the result of a custom command.Matthías Páll Gissurarson2015-11-223-2/+81
* | | Merge pull request #155 from dritter/hotfix/go_version_fixBen Hilburn2015-11-251-1/+1
|\ \ \
| * | | Fix for the GO version.Dominik Ritter2015-11-221-1/+1
| | |/ | |/|
* | | Merge pull request #156 from dritter/node_cleanupBen Hilburn2015-11-251-6/+5
|\ \ \ | |/ / |/| |
| * | Renamed variable.Dominik Ritter2015-11-221-4/+3