aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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.
| | * | Match VPN interface fuzzy on LinuxDominik Ritter2019-01-232-2/+18
| | | |
| | * | Match VPN Interface fuzzyDominik Ritter2019-01-232-4/+49
| | | |
| | * | Simplify code that checks if a VPN is runningDominik Ritter2019-01-232-13/+10
| | | |
| | * | Improve testsDominik Ritter2019-01-232-51/+93
| | | |
| | * | Fix testsDominik Ritter2019-01-222-3/+3
| | | |
| | * | Fix regular expressionDominik Ritter2019-01-211-1/+1
| | | |
| | * | Add testsDominik Ritter2019-01-213-6/+273
| | | |
| | * | Use ip command for VPN segment - fix #1125Shini312018-12-301-10/+26
| | | |
* | | | remove .gitignoreromkatv2019-03-021-3/+0
| | | |
* | | | docsromkatv2019-03-021-1/+4
| | | |
* | | | docsromkatv2019-03-021-1/+1
| | | |
* | | | formattingromkatv2019-03-021-7/+7
| | | |
* | | | docsromkatv2019-03-021-7/+7
| | | |
* | | | remove junkromkatv2019-03-024-147/+0
| | | |
* | | | docsromkatv2019-03-022-19/+70
| | | |
* | | | fix how jobs are countedromkatv2019-03-021-8/+5
| | | |
* | | | better structureRoman Perepelitsa2019-03-021-6/+12
| | | |
* | | | add latency dataRoman Perepelitsa2019-03-021-1/+16
| | | |
* | | | remove useless assoc arrayromkatv2019-03-011-10/+1
| | | |
* | | | remove most thingsromkatv2019-03-01102-8448/+85
| | | |
* | | | start forking into powerlevel10kromkatv2019-03-012-8/+8
| | | |
* | | | commentromkatv2019-03-011-0/+2
| | | |
* | | | change gitstatus protocolromkatv2019-03-011-85/+35
| | | |
* | | | change gitstatus protocol to something more suitable for daemonromkatv2019-03-011-37/+52
| | | |
* | | | move default prompt definitions to the topromkatv2019-02-281-3/+3
| | | |
* | | | speed up joins; get rid of _p9k_memoize_iconromkatv2019-02-281-85/+55
| | | |
* | | | speed up the cache-miss branch of {left,right}_prompt_segmentromkatv2019-02-281-236/+259
| | | |
* | | | add dir-writable indicator to the dir prompt keyromkatv2019-02-281-0/+1
| | | |
* | | | update POWERLEVEL9K_VCS_STATUS_COMMAND exampleromkatv2019-02-281-1/+1
| | | |
* | | | remove junk lineromkatv2019-02-281-1/+0
| | | |
* | | | fix cache_key in vcsromkatv2019-02-271-4/+3
| | | |
* | | | speed up the cache-miss branch of prompt_vcsromkatv2019-02-271-16/+32
| | | |
* | | | add alternative vcs mode that doesn't use vcs_inforomkatv2019-02-271-16/+115
| | | |
* | | | speed up by using globals instead of stdout and by caching basic prompt elementsromkatv2019-02-251-53/+61
| | | |
* | | | bug fix: add current background to the cache key in {right,left}_prompt_segmentromkatv2019-02-251-2/+2
| | | |
* | | | add caching to speed up prompt generationromkatv2019-02-241-392/+498
|/ / /
* | | Merge pull request #1149 from dritter/HaoZeke-fix-RVMDominik Ritter2019-02-091-3/+5
|\ \ \ | | | | | | | | Fix RVM