Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | force icon initialization if print_icon is called manually | romkatv | 2019-05-09 | 1 | -0/+7 |
| | |||||
* | replace all -v checks with equivalents (trying to port to zsh 5.2) | romkatv | 2019-04-30 | 2 | -3/+3 |
| | |||||
* | protect set_default from user-defined options | romkatv | 2019-04-22 | 1 | -0/+1 |
| | |||||
* | Add LINUX_RASPBIAN_ICON (Raspberry Pi icon) as an OS_ICON candidate | Ming Aldrich-Gan | 2019-04-05 | 1 | -0/+5 |
| | |||||
* | Add VCS_LOADING_ICON to the icons map | Sam Miller | 2019-04-02 | 1 | -0/+5 |
| | |||||
* | check for joined segments when figuring out whether vcs is enabled; fixes #41 | romkatv | 2019-03-26 | 1 | -2/+4 |
| | |||||
* | expand string parameters with (g::) where appropriate | romkatv | 2019-03-18 | 1 | -0/+12 |
| | |||||
* | fix POWERLEVEL9K_SHORTEN_DELIMITER | romkatv | 2019-03-14 | 1 | -2/+0 |
| | |||||
* | don't read configuration options until the first precmd; plus massive ↵ | romkatv | 2019-03-13 | 3 | -833/+565 |
| | | | | refactoring and cleanup | ||||
* | Merge pull request #1126 from Shini31/master | Dominik Ritter | 2019-02-26 | 1 | -0/+55 |
|\ | | | | | Use ip command for VPN segment - fix #1125 | ||||
| * | Strip all newlines from ifconfig output | Dominik Ritter | 2019-02-22 | 1 | -1/+1 |
| | | |||||
| * | Fix regex | Dominik Ritter | 2019-02-22 | 1 | -1/+1 |
| | | |||||
| * | Interface States can be unsorted | Dominik Ritter | 2019-02-21 | 1 | -3/+7 |
| | | |||||
| * | Avoid loopback interfaces and parse IPv4 on OSX | Dominik Ritter | 2019-02-06 | 1 | -1/+4 |
| | | |||||
| * | Fix regular expression and test | Dominik Ritter | 2019-02-04 | 1 | -1/+1 |
| | | |||||
| * | Merge remote-tracking branch 'ben/master' into HEAD | Dominik Ritter | 2019-02-03 | 1 | -1/+3 |
| |\ | |||||
| * | | Parse IPs properly | Dominik Ritter | 2019-02-03 | 1 | -0/+48 |
| | | | | | | | | | | | | | | | | | | | | | This is done if we want to show a public IP, internal IP, or a VPN. In the VPN case, what we actually want is to display an indicator that a VPN is active, instead of the VPN IP itself. We parse the IP here anyway, because we want to save some specific code there. | ||||
* | | | Hide errors from git ls-files | 🐈 | 2019-02-06 | 1 | -2/+2 |
| |/ |/| | |||||
* | | Merge pull request #981 from pgierz/os_release_fix | Dominik Ritter | 2019-01-24 | 1 | -1/+3 |
|\ \ | |/ |/| | [Bugfix] Fix for #974 | ||||
| * | Avoid externals when parsing the os release on linux | Dominik Ritter | 2019-01-24 | 1 | -1/+1 |
| | | |||||
| * | Fix for #974 | Paul Gierz | 2018-09-07 | 1 | -1/+3 |
| | | |||||
* | | Port #1071 to `master` (fatal errors emitted by untracked file check in vcs.zsh) | Matthew Judy | 2018-11-18 | 1 | -27/+17 |
| | | |||||
* | | Merge pull request #1065 from dritter/protect_locale | Dominik Ritter | 2018-11-17 | 1 | -0/+2 |
|\ \ | | | | | | | Protect locale | ||||
| * | | Protect users locale | Dominik Ritter | 2018-11-05 | 1 | -0/+2 |
| |/ | |||||
* | | Fix checking for untracked files | Dominik Ritter | 2018-11-12 | 1 | -1/+15 |
| | | | | | | | | | | Now the untracked files are always checked from the root folder of the repo. | ||||
* | | Fix stashes display | Dominik Ritter | 2018-11-12 | 1 | -22/+6 |
| | | | | | | | | | | | | | | Changing directories while checking for untracked files broke the display of git stashes. The hook was not called any more. This is why we disabled checking for untracked files within a .git folder. | ||||
* | | Fix error if user cds into a .git directory | Dominik Ritter | 2018-11-12 | 1 | -4/+22 |
| | | | | | | | | | | | | In this case is was previously not possible to get the untracked status. Now we temporarily change the directory to the repo root folder and then get the list of untracked files. | ||||
* | | Avoid warning when inside of .git dir | Dominik Ritter | 2018-11-12 | 1 | -0/+2 |
| | | | | | | | | | | We cannot detect untracked files when we are inside of a .git directory. | ||||
* | | Count stashes via ZSH | Dominik Ritter | 2018-11-12 | 1 | -5/+3 |
| | | |||||
* | | Avoid aliases | Dominik Ritter | 2018-11-06 | 1 | -1/+1 |
| | | |||||
* | | Get rid of externals when truncating branch name | Dominik Ritter | 2018-11-06 | 1 | -3/+3 |
| | | |||||
* | | When checking for untracked or modified files, take submodules into account | Dominik Ritter | 2018-11-03 | 1 | -1/+1 |
| | | |||||
* | | Speedup VCS segment | Dominik Ritter | 2018-11-03 | 1 | -11/+5 |
| | | | | | | | | | | | | | | Now the untracked files are detected via `git ls-files`, which is much faster than `git status`. Additionally, we flipped the default for checking submodules. They are now NOT checked by default, as most users probably do not use git submodules. | ||||
* | | Make use of git dir determined by VCS_INFO subsystem | Dominik Ritter | 2018-11-03 | 1 | -1/+1 |
| | | | | | | | | instead of determine the git dir manually. | ||||
* | | Get branch name from VCS_INFO subsystem when collecting remote branch | Dominik Ritter | 2018-11-03 | 1 | -2/+2 |
| | | |||||
* | | Get branch name from VCS_INFO subsystem when collecting ahead/behind info | Dominik Ritter | 2018-11-03 | 1 | -7/+5 |
| | | |||||
* | | Get rid of wc dependency when showing ahead/behind info | Dominik Ritter | 2018-11-03 | 1 | -2/+2 |
|/ | |||||
* | Change bright colors to old color codes | Dominik Ritter | 2018-08-17 | 1 | -12/+12 |
| | | | | | Before this, there was no difference in that colors, as we always used the bright color codes. | ||||
* | Merge remote-tracking branch 'eloo/master' into prepare_066 | Dominik Ritter | 2018-08-12 | 1 | -54/+54 |
|\ | |||||
| * | Add fallback icon for linux distros | Joseph Weigl | 2018-08-11 | 1 | -54/+54 |
| | | |||||
* | | Merge branch 'fix_colors' into prepare_066 | Dominik Ritter | 2018-08-08 | 1 | -322/+297 |
|\ \ | |||||
| * | | Write comparison with double quotes | Dominik Ritter | 2018-08-08 | 1 | -1/+1 |
| | | | |||||
| * | | Pad colors with zeroes | Dominik Ritter | 2018-08-08 | 1 | -1/+2 |
| | | | |||||
| * | | Always use color codes instead of named colors | Dominik Ritter | 2018-08-08 | 1 | -34/+25 |
| | | | | | | | | | | | | | | | | | | This Code was to check if the color is supported by the Terminal Emulator. This is not necessary, if we always use the numerical code. This makes the code much clearer. | ||||
| * | | Fix bright colors | Dominik Ritter | 2018-08-08 | 1 | -6/+0 |
| | | | | | | | | | | | | | | | | | | Remove old code that set bright colors equal to normal colors. This code was ancient and led to bright colors being unusable. The code originates from 0e37d8ef865daddd6af02ba78b4a3bb86fd5917e. | ||||
| * | | Make colors a global array | Dominik Ritter | 2018-08-07 | 1 | -265/+267 |
| | | | | | | | | | | | | That way it must not be defined in every function call. | ||||
| * | | Write comparisons with double equals | Dominik Ritter | 2018-08-07 | 1 | -1/+1 |
| | | | |||||
| * | | Fix bright colors | Dominik Ritter | 2018-08-07 | 1 | -6/+2 |
| | | | | | | | | | | | | | | | | | | Remove old code that set bright colors equal to normal colors. This code was ancient and led to bright colors being unusable. The code originates from 0e37d8ef865daddd6af02ba78b4a3bb86fd5917e. | ||||
| * | | Make purpose clear of backgroundColor and foregroundColor functions | Dominik Ritter | 2018-08-07 | 1 | -12/+4 |
| | | | | | | | | | | | | | | | The functions just start the colors, they do not end them. It seems too much to have a function that terminates a color. | ||||
* | | | Merge branch 'fix_colors' into prepare_066 | Dominik Ritter | 2018-08-06 | 1 | -0/+2 |
|\| | |