aboutsummaryrefslogtreecommitdiff
path: root/functions/utilities.zsh
Commit message (Expand)AuthorAgeFilesLines
* ignore COLUMNS in _p9k_prompt_lengthromkatv2019-06-091-0/+1
* optimize _p9k_g_expand a littleromkatv2019-05-271-1/+4
* add _p9k_prompt_lengthromkatv2019-05-271-0/+23
* fix a typoromkatv2019-05-231-1/+1
* speed up ip, vpn_ip and public_ip promptsromkatv2019-05-231-32/+19
* speed up ram and swap promptsromkatv2019-05-221-26/+10
* append POWERLEVEL9K_SHORTEN_DELIMITER when shortening with truncate_to_unique...romkatv2019-05-191-0/+2
* support dynamic directories in dir prompt and fix a dozen bugsromkatv2019-05-191-92/+0
* replace all -v checks with equivalents (trying to port to zsh 5.2)romkatv2019-04-301-1/+1
* protect set_default from user-defined optionsromkatv2019-04-221-0/+1
* check for joined segments when figuring out whether vcs is enabled; fixes #41romkatv2019-03-261-2/+4
* expand string parameters with (g::) where appropriateromkatv2019-03-181-0/+12
* don't read configuration options until the first precmd; plus massive refacto...romkatv2019-03-131-233/+22
* 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-041-1/+1
* Merge remote-tracking branch 'ben/master' into HEADDominik Ritter2019-02-031-1/+3
|\
| * Avoid externals when parsing the os release on linuxDominik Ritter2019-01-241-1/+1
| * Fix for #974Paul Gierz2018-09-071-1/+3
* | Parse IPs properlyDominik Ritter2019-02-031-0/+48
|/
* Replace `typeset` check with shellvar flagBen Klein2018-07-121-3/+1
* Fix os detection for MSYS2blackb1rd2018-06-301-1/+1
* Fix Linux distribution detectionMax O'Cull2018-05-191-18/+18
* Merge pull request #791 from dritter/local_variablesBen Hilburn2018-04-141-0/+1
|\
| * Make variables localDominik Ritter2018-03-271-0/+1
* | update icons for nerd-fonts 2.0.0Tim Otlik2018-03-201-0/+15
|/
* **LARGE MERGE THAT TOUCHES LOTS OF THINGS.**Ben Hilburn2018-03-071-0/+76
|\
| * Fixed silly coding errorChristo Kotze2018-02-221-5/+3
| * Update for TravisChristo Kotze2018-02-221-1/+2
| * Updated truncatePath()Christo Kotze2018-02-221-6/+7
| * Another Travis testChristo Kotze2018-02-201-1/+2
| * Another change to test TravisChristo Kotze2018-02-191-3/+3
| * Changed path splitting to test TravisChristo Kotze2018-02-191-3/+3
| * Updated path splitting lineChristo Kotze2018-02-191-1/+1
| * Added truncatePath to utilities.zshChristo Kotze2018-02-191-0/+75
* | fix $OS variable for battery segmentTim Otlik2018-02-191-13/+1
* | add check of /etc/os-release for linux distrosTim Otlik2018-02-161-13/+54
* | added LINUX_*_ICON for several OSTim Otlik2018-02-161-0/+16
|/
* Merge branch 'master' into nextBen Hilburn2017-08-121-1/+1
|\
| * Fix empty delimiterDominik Ritter2017-07-121-1/+1
* | Icons for Windows/Cygwin + Refixes 32-bit supportguixxx2017-05-071-0/+4
|/
* Converting timer start time to hexBen Hilburn2017-04-191-1/+1
* Improve logicguixxx2017-04-191-9/+8
* Adds Android icon/battery plugin supportguixxx2017-04-191-0/+9
* More possibilities with truncate folder markerBenoit Averty2017-02-011-8/+9
* Add dir_truncate_root optionBenoit Averty2017-02-011-0/+15
* Consider delimiter length in dir truncate rightArav Singhal2016-10-271-1/+3
* Improved speed of `prompt_vcs` by 50%-66%.Ben Hilburn2016-08-311-1/+15