aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | typoromkatv2019-03-081-1/+1
| |
* | work around bugs in zplug. it hangs on startup if you start a subshell in ↵romkatv2019-03-081-6/+6
| | | | | | | | the background
* | unsetopt bg_niceromkatv2019-03-071-0/+1
| |
* | symlink for gitstatusd-linux-armv6lromkatv2019-03-071-0/+1
| |
* | add raspberry pie benchmarksromkatv2019-03-071-5/+27
| |
* | pull upstream changes from gitstatusromkatv2019-03-071-0/+0
| |
* | pull upstream changes from gitstatusromkatv2019-03-072-0/+2
| |
* | add pull-pustream.zshromkatv2019-03-071-0/+30
| |
* | Merge branch 'master' of github.com:romkatv/powerlevel10kromkatv2019-03-071-7/+2
|\ \
| * | docsRoman Perepelitsa2019-03-071-1/+1
| | |
| * | remove junkRoman Perepelitsa2019-03-071-5/+0
| | |
| * | typoRoman Perepelitsa2019-03-071-1/+1
| | |
* | | minor opitimizationromkatv2019-03-071-3/+4
|/ /
* | replace readme with a linkromkatv2019-03-071-118/+1
| |
* | update wsl benchmarksromkatv2019-03-071-24/+12
| |
* | docsromkatv2019-03-071-0/+4
| |
* | docsromkatv2019-03-071-20/+62
| |
* | define POWERLEVEL9K_VCS_MAX_INDEX_SIZE_DIRTY; some cleanupromkatv2019-03-071-6/+7
| |
* | new mac buildromkatv2019-03-071-0/+0
| |
* | wipromkatv2019-03-078-202/+1362
| |
* | remove unnecessary cachingromkatv2019-03-041-9/+5
| |
* | docsRoman Perepelitsa2019-03-041-2/+2
| |
* | add table of contents; add try-it-in-dockerromkatv2019-03-041-15/+60
| |
* | space between >>! and the file nameromkatv2019-03-041-1/+1
| |
* | bug fix: support POWERLEVEL9K_STATUS_VERBOSE=falseromkatv2019-03-041-0/+2
| |
* | use mkport in a portable wayromkatv2019-03-041-1/+1
| |
* | make it work when CLOBBER is unsetromkatv2019-03-041-1/+1
| |
* | formattingromkatv2019-03-031-1/+1
| |
* | do not set POWERLEVEL9K_VCS_STATUS_COMMANDromkatv2019-03-031-5/+5
| |
* | replace git uris with httpsRoman Perepelitsa2019-03-031-1/+1
| |
* | make it work with zpluginromkatv2019-03-031-4/+4
| |
* | docsromkatv2019-03-021-8/+8
| |
* | add wsl benchmarksromkatv2019-03-021-0/+25
| |
* | update benchmark data based on the latest optimizationsromkatv2019-03-021-1/+1
| |
* | formattingromkatv2019-03-021-1/+1
| |
* | update benchmark data based on the latest optimizationsromkatv2019-03-021-7/+7
| |
* | docsRoman Perepelitsa2019-03-021-10/+11
| |
* | docsRoman Perepelitsa2019-03-021-1/+1
| |
* | merge upstreamromkatv2019-03-022-34/+70
|\|
| * Merge pull request #1175 from dritter/port_wrboyce_truncation_fixDominik Ritter2019-03-021-0/+2
| |\ | | | | | | Fix home dir shortening when using package_name truncation strategy
| | * Backport @wrboyce fix for truncating dir with package name from #1158Dominik Ritter2019-03-021-0/+2
| |/
| * Merge pull request #1126 from Shini31/masterDominik Ritter2019-02-265-204/+611
| |\ | | | | | | Use ip command for VPN segment - fix #1125
| | * Add small changes suggested by @SyphdiasDominik Ritter2019-02-253-6/+3
| | |
| | * Strip all newlines from ifconfig outputDominik Ritter2019-02-221-1/+1
| | |
| | * Fix regexDominik Ritter2019-02-221-1/+1
| | |
| | * Interface States can be unsortedDominik Ritter2019-02-211-3/+7
| | |
| | * Avoid loopback interfaces and parse IPv4 on OSXDominik Ritter2019-02-061-1/+4
| | |
| | * Fix regular expression and testDominik Ritter2019-02-042-1/+5
| | |
| | * Merge remote-tracking branch 'ben/master' into HEADDominik Ritter2019-02-0335-166/+220
| | |\
| | * | Parse IPs properlyDominik Ritter2019-02-034-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.