Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1126 from Shini31/master | Dominik Ritter | 2019-02-26 | 5 | -204/+611 |
|\ | | | | | Use ip command for VPN segment - fix #1125 | ||||
| * | Add small changes suggested by @Syphdias | Dominik Ritter | 2019-02-25 | 3 | -6/+3 |
| | | |||||
| * | 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 | 2 | -1/+5 |
| | | |||||
| * | Merge remote-tracking branch 'ben/master' into HEAD | Dominik Ritter | 2019-02-03 | 35 | -166/+220 |
| |\ | |||||
| * | | Parse IPs properly | Dominik Ritter | 2019-02-03 | 4 | -246/+262 |
| | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | Match VPN interface fuzzy on Linux | Dominik Ritter | 2019-01-23 | 2 | -2/+18 |
| | | | |||||
| * | | Match VPN Interface fuzzy | Dominik Ritter | 2019-01-23 | 2 | -4/+49 |
| | | | |||||
| * | | Simplify code that checks if a VPN is running | Dominik Ritter | 2019-01-23 | 2 | -13/+10 |
| | | | |||||
| * | | Improve tests | Dominik Ritter | 2019-01-23 | 2 | -51/+93 |
| | | | |||||
| * | | Fix tests | Dominik Ritter | 2019-01-22 | 2 | -3/+3 |
| | | | |||||
| * | | Fix regular expression | Dominik Ritter | 2019-01-21 | 1 | -1/+1 |
| | | | |||||
| * | | Add tests | Dominik Ritter | 2019-01-21 | 3 | -6/+273 |
| | | | |||||
| * | | Use ip command for VPN segment - fix #1125 | Shini31 | 2018-12-30 | 1 | -10/+26 |
| | | | |||||
* | | | Merge pull request #1149 from dritter/HaoZeke-fix-RVM | Dominik Ritter | 2019-02-09 | 1 | -3/+5 |
|\ \ \ | | | | | | | | | Fix RVM | ||||
| * | | | rvm: Use @natemccurdy review suggestions | HaoZeke | 2019-01-25 | 1 | -3/+5 |
| | | | | |||||
| * | | | rvm: Only show version and patchset | HaoZeke | 2019-01-25 | 1 | -1/+1 |
| | | | | |||||
| * | | | Revert "Huge performance improvement if you use `rvm` segment." | HaoZeke | 2019-01-25 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 643555a30c9576838157e04d45632080472e1b8b. This does allow rvm to be detected even without using the depreciated gemset settings. | ||||
* | | | | Merge pull request #1157 from 88maomao/fix-git-operation-not-permitted | Dominik Ritter | 2019-02-07 | 1 | -2/+2 |
|\ \ \ \ | |_|_|/ |/| | | | Hide stderr from git ls-files | ||||
| * | | | Hide errors from git ls-files | 🐈 | 2019-02-06 | 1 | -2/+2 |
|/ / / | |||||
* | | | Merge pull request #1154 from dritter/fix_font_debugging_konsole | Dominik Ritter | 2019-02-03 | 1 | -36/+34 |
|\ \ \ | | | | | | | | | Fix issues with debug/fonts script in Konsole | ||||
| * | | | Merge from upstream | Dominik Ritter | 2019-02-03 | 1 | -7/+6 |
| | | | | |||||
| * | | | Mute errors when detecting font | Dominik Ritter | 2019-02-03 | 1 | -5/+5 |
| | | | | |||||
| * | | | Make variables optional | Dominik Ritter | 2019-02-03 | 1 | -0/+1 |
| | | | | |||||
| * | | | Add missing function | Dominik Ritter | 2019-02-03 | 1 | -0/+6 |
| | | | | |||||
| * | | | Fix font-debugging script for alacritty | Dominik Ritter | 2019-02-03 | 1 | -4/+4 |
| | | | | |||||
| * | | | Use Konsole/Yakuake detection from upstream | Dominik Ritter | 2019-02-03 | 1 | -2/+2 |
| | | | | |||||
| * | | | Fix parsing font for Kitty | Dominik Ritter | 2019-02-03 | 1 | -14/+6 |
| | | | | |||||
| * | | | Fix issues with debug/fonts script in Konsole | Dominik Ritter | 2019-02-03 | 1 | -3/+3 |
|/ / / | |||||
* | | | Merge pull request #1151 from Wuestengecko/bugfix-1150 | Dominik Ritter | 2019-02-02 | 2 | -1/+19 |
|\ \ \ | | | | | | | | | [Bugfix] Only abbreviate $HOME at the beginning of cwd | ||||
| * | | | Add tests | Dominik Ritter | 2019-02-02 | 1 | -0/+18 |
| | | | | |||||
| * | | | Only abbreviate $HOME at the beginning of cwd | Wuestengecko | 2019-02-01 | 1 | -1/+1 |
| | | | | | | | | | | | | Fixes #1150 | ||||
* | | | | Merge pull request #1147 from dritter/fix_newlines_in_zsh57 | Dominik Ritter | 2019-02-02 | 2 | -1/+44 |
|\ \ \ \ | |/ / / |/| | | | Fix newlines in ZSH 5.7 | ||||
| * | | | Add tests for newline segment | Dominik Ritter | 2019-02-01 | 1 | -0/+42 |
| | | | | |||||
| * | | | Fix Segment endings if followed by newline | Dominik Ritter | 2019-02-01 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fix white arrow on newline | Ythildir | 2019-02-01 | 1 | -0/+1 |
| |/ / | |||||
* | | | Merge pull request #1148 from dritter/remove_nodeenv_disable_prompt | Dominik Ritter | 2019-02-01 | 3 | -24/+9 |
|\ \ \ | | | | | | | | | Remove checking for NODEENV_DISABLE_PROMPT | ||||
| * | | | Add documentation | Dominik Ritter | 2019-02-01 | 1 | -1/+7 |
| | | | | |||||
| * | | | Remove checking for NODEENV_DISABLE_PROMPT | Dominik Ritter | 2019-02-01 | 2 | -23/+2 |
| |/ / | | | | | | | | | | This variable is none of our buisness. | ||||
* | | | Merge pull request #966 from ytang/fix-rprompt-icons-cut-off | Dominik Ritter | 2019-02-01 | 29 | -95/+95 |
|\ \ \ | |/ / |/| | | [Bugfix] Fix icons cut off in RPROMPT segments | ||||
| * | | Remove extra %f in unit tests | Yang Tang | 2018-10-12 | 21 | -74/+74 |
| | | | |||||
| * | | Merge branch 'master' into fix-rprompt-icons-cut-off | Yang Tang | 2018-10-12 | 60 | -1135/+4898 |
| |\ \ | |||||
| * | | | Update unit tests for fixing RPROMPT icons cut off | Yang Tang | 2018-08-22 | 2 | -2/+2 |
| | | | | |||||
| * | | | Fix icons cut off in RPROMPT segments | Yang Tang | 2018-08-22 | 6 | -19/+19 |
| | | | | |||||
* | | | | 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 |
| | | | | |