summaryrefslogtreecommitdiff
path: root/internal
Commit message (Expand)AuthorAgeFilesLines
...
* another blind attempt to fix mysterious non-reproducible issuesromkatv2019-06-091-11/+11
* don't display right prompt if it would overflow to the next lineromkatv2019-06-091-4/+5
* minor cleanupromkatv2019-06-091-3/+1
* manually collapse ' \b?' into '?'romkatv2019-06-091-0/+3
* attempt to fix a weird todo corner case. unlikely to helpromkatv2019-06-091-2/+2
* stop padding colors with leading zeros; it makes no differenceromkatv2019-06-061-1/+1
* add POWERLEVEL9K_DIR_MAX_LENGTHromkatv2019-06-061-5/+25
* don't read /proc/loadavg if it's unreadableromkatv2019-06-061-0/+1
* add caching to prompt_dirromkatv2019-06-051-38/+43
* work around %b bugs in ZSH 5.2romkatv2019-06-051-26/+32
* swap ahead and behind in git prompt; more logicalromkatv2019-06-041-5/+5
* add POWERLEVEL9K_VCS_COMMITS_{AHEAD,BEHIND}_MAX_NUMromkatv2019-06-041-2/+12
* more useful default for POWERLEVEL9K_SHORTEN_FOLDER_MARKERromkatv2019-06-021-11/+9
* add '.terraform' to POWERLEVEL9K_SHORTEN_FOLDER_MARKERRoman Perepelitsa2019-06-021-1/+1
* move source guard to the outer scriptromkatv2019-06-011-7/+0
* defend against aliases, especially global onesromkatv2019-06-011-0/+2642