Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Determine the right OS-Icon only once. | Dominik Ritter | 2015-07-27 | 1 | -15/+25 |
| | |||||
* | Merge branch 'master' into dritter/os_detection | Dominik Ritter | 2015-07-27 | 2 | -9/+25 |
|\ | |||||
| * | Merge branch 'dritter-various-improvements' | Ben Hilburn | 2015-07-27 | 2 | -9/+25 |
| |\ | |||||
| | * | README: Cleanup | Ben Hilburn | 2015-07-27 | 1 | -9/+15 |
| | | | |||||
| | * | Merge remote-tracking branch 'dritter/dritter/various_improvements' into staging | Ben Hilburn | 2015-07-27 | 2 | -9/+19 |
| |/| | |||||
| | * | Added a better example for the custom Time format. | Dominik Ritter | 2015-07-25 | 1 | -2/+2 |
| | | | |||||
| | * | Added Troubleshooting-hint for wrong TERM. | Dominik Ritter | 2015-07-25 | 1 | -0/+11 |
| | | | |||||
| | * | Whitespace fixes. | Dominik Ritter | 2015-07-25 | 1 | -7/+6 |
| |/ | |||||
* | | Added documentation. | Dominik Ritter | 2015-07-25 | 1 | -0/+1 |
| | | |||||
* | | Updated the os-icon prompt to newest coding guidelines. | Dominik Ritter | 2015-07-25 | 1 | -4/+4 |
| | | |||||
* | | Merge branch 'master' into dritter/os_detection | Dominik Ritter | 2015-07-25 | 10 | -162/+744 |
|\| | |||||
| * | Merge pull request #62 from dritter/dritter/minimize_dependencies | Ben Hilburn | 2015-07-22 | 1 | -3/+3 |
| |\ | | | | | | | Strip the whitespace of OSX `wc` with pure zsh. No need to install `coreutils`. | ||||
| | * | Strip the whitespace of OSX `wc` with pure zsh. No need to install `coreutils`. | Dominik Ritter | 2015-07-21 | 1 | -3/+3 |
| |/ | |||||
| * | Revert "We don't need `tr`, as we strip whitespace directly with zsh." | Ben Hilburn | 2015-07-20 | 1 | -3/+3 |
| | | | | | | | | | | | | | | This reverts commit 10c5b28859d372f480c1352d4b7a74672e77b430. Conflicts: powerlevel9k.zsh-theme | ||||
| * | README: markdown syntax derp | Ben Hilburn | 2015-07-19 | 1 | -0/+1 |
| | | |||||
| * | README: Updating introduction to the theme. | Ben Hilburn | 2015-07-19 | 1 | -11/+12 |
| | | |||||
| * | Merge remote-tracking branch 'dritter/dritter/minimize_dependencies' | Ben Hilburn | 2015-07-19 | 1 | -3/+3 |
| |\ | | | | | | | | | | Using the `translate` program does not appear to be necessary. | ||||
| | * | Merge branch 'master' into dritter/minimize_dependencies | Dominik Ritter | 2015-07-19 | 10 | -154/+763 |
| | |\ | |||||
| | * | | We don't need `tr`, as we strip whitespace directly with zsh. | Dominik Ritter | 2015-05-31 | 1 | -3/+3 |
| | | | | |||||
| * | | | README: simple cleanup | Ben Hilburn | 2015-07-19 | 1 | -4/+10 |
| | | | | |||||
| * | | | Merge pull request #59 from dritter/dritter/multiline_improvements | Ben Hilburn | 2015-07-19 | 2 | -2/+10 |
| |\ \ \ | | | | | | | | | | | Multiline icons are now customizable | ||||
| | * | | | Made Multiline-Icons customizable. | Dominik Ritter | 2015-07-19 | 2 | -2/+10 |
| | | | | | |||||
| | * | | | Merge branch 'master' into dritter/multiline_improvements | Dominik Ritter | 2015-07-19 | 10 | -146/+810 |
| | |\ \ \ | | | | |/ | | | |/| | |||||
| | * | | | Nicer Symbols for multiline. | Dominik Ritter | 2015-04-04 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | README: bit of cleanup in color customization docs | Ben Hilburn | 2015-07-19 | 1 | -16/+20 |
| | | | | | |||||
| * | | | | Merge pull request #58 from dritter/dritter/customizable_context | Ben Hilburn | 2015-07-19 | 2 | -2/+13 |
| |\ \ \ \ | | | | | | | | | | | | | Made the `context` segment customizable. | ||||
| | * | | | | Made the `context` segment customizable. | Dominik Ritter | 2015-07-19 | 2 | -2/+13 |
| | | |/ / | | |/| | | |||||
| * / | | | Merging dritter/remote_icon_space_names | Ben Hilburn | 2015-07-19 | 1 | -3/+3 |
| |/ / / | | | | | | | | | | | | | Optimizing VCS icon spacing for different configurations. | ||||
| * | | | README: Updating with minor fixes. | Ben Hilburn | 2015-07-13 | 1 | -2/+3 |
| | | | | |||||
| * | | | Merging @dritter's work to allow shortened dir segment. | Ben Hilburn | 2015-07-13 | 2 | -1/+15 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | This is PR #54. Merge remote-tracking branch 'dritter/dritter/shorten_dir_path' | ||||
| | * \ \ | Merge branch 'master' into dritter/shorten_dir_path | Dominik Ritter | 2015-07-12 | 10 | -148/+669 |
| | |\ \ \ | |||||
| | * | | | | Limit to whole folders, not just characters. | Dominik Ritter | 2015-06-07 | 2 | -5/+5 |
| | | | | | | |||||
| | * | | | | Added documentation. | Dominik Ritter | 2015-06-07 | 1 | -0/+8 |
| | | | | | | |||||
| | * | | | | Shorten dir path, if POWERLEVEL9K_SHORTEN_PWD_LENGTH is set. | Dominik Ritter | 2015-06-07 | 1 | -1/+7 |
| | | | | | | |||||
| * | | | | | Merging @dritter's Node.js segment support. | Ben Hilburn | 2015-07-13 | 2 | -0/+10 |
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | | | | | | | | This is PR #53. Merge remote-tracking branch 'dritter/dritter/nvm' | ||||
| | * | | | | Updated node-prompt. | Dominik Ritter | 2015-07-11 | 1 | -2/+2 |
| | | | | | | |||||
| | * | | | | Merge branch 'master' into dritter/nvm | Dominik Ritter | 2015-07-11 | 10 | -161/+776 |
| | |\ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | README: Fixing symbol table headers | Ben Hilburn | 2015-07-11 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Merge branch 'dritter/developers_guide' | Ben Hilburn | 2015-07-11 | 2 | -6/+20 |
| |\ \ \ \ \ | |||||
| | * | | | | | README: Moving Dev Guide to Github wiki | Ben Hilburn | 2015-07-11 | 1 | -53/+6 |
| | | | | | | | |||||
| | * | | | | | Merge branch 'master' into dritter/developers_guide | Dominik Ritter | 2015-07-09 | 3 | -129/+445 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | Added a little "Developers Guide" | Dominik Ritter | 2015-06-04 | 2 | -5/+66 |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #52 from dritter/dritter/mercurial_dirty_fix | Ben Hilburn | 2015-07-11 | 1 | -4/+0 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Must always resolve changeset to show Hg repository status. Resolves bug #51. | ||||
| | * | | | | | | | simple-mode deactivated. With that option on, vcs_info doesn't detect the ↵ | Dominik Ritter | 2015-07-10 | 1 | -4/+0 |
| | | |/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | repository state correctly. | ||||
| * | | | | | | | Merge pull request #50 from dritter/dritter/vim_modelines_improvement | Ben Hilburn | 2015-07-11 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add VIM default settings: "expandtab", encoding = "utf8" | ||||
| | * | | | | | | | When opening this file in VIM set "expanded tabs"-option and set encoding to ↵ | Dominik Ritter | 2015-07-10 | 1 | -1/+1 |
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | "utf8". | ||||
| * | | | | | | | Merge pull request #49 from dritter/dritter/branch_icon_fixes | Ben Hilburn | 2015-07-11 | 2 | -17/+17 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the branch icon in the VCS segment. Resolves bug #49. | ||||
| | * | | | | | | | Fix the branch icon and whitespaces in the vcs segment. | Dominik Ritter | 2015-07-10 | 2 | -17/+17 |
| | |/ / / / / / | |||||
| * | | | | | | | Merge Vagrant VM support for development. | Ben Hilburn | 2015-07-11 | 7 | -0/+203 |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| | * | | | | | | Merge pull request #44 from dritter/dritter/vagrant-vm | Ben Hilburn | 2015-07-09 | 1 | -3/+4 |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fixed oh-my-zsh test installation in vagrant VM. |