summaryrefslogtreecommitdiff
path: root/internal
Commit message (Collapse)AuthorAgeFilesLines
* set VI_KEYMAP in zle-keymap-selectRoman Perepelitsa2019-07-021-1/+2
|
* typos in commentsromkatv2019-07-011-2/+2
|
* make custom dir classes easier to use, fix bugs, write docs, rename ↵romkatv2019-07-011-23/+85
| | | | parameters to be consistent
* Allow to define icons and states as dicitionary.Raul Benito Garcia2019-07-011-12/+17
| | | | | The next PR will add the possibility of adding new icons to different paths.
* Merge pull request #93 from MarvinTeichmann/patch-1Roman Perepelitsa2019-06-251-1/+3
|\ | | | | Make virtualenv segment configurable, similar to anaconda.
| * Make virtualenv segment configurable, similar to anaconda.Marvin Teichmann2019-06-251-1/+3
| | | | | | | | | | | | | | | | | | | | | | The virtualenv segment can now be configured using the following Variables: set_default POWERLEVEL9K_VIRTUALENV_LEFT_DELIMITER "(" set_default POWERLEVEL9K_VIRTUALENV_RIGHT_DELIMITER ")" The new defaults are chosen to resemble the standard virtualenv prompt configuration. The variable names are choosen analogous to the anaconda segment. This implements the bhilburn/powerlevel9k#345 pr.
* | don't attempt to flock a fifo; it doesn't work on bsdromkatv2019-06-241-5/+8
|/
* run all segment rendering code under `emulate -L zsh && setopt ↵romkatv2019-06-221-20/+7
| | | | no_hist_expand extended_glob`
* make public_ip faster, especially when there is no internet connectionromkatv2019-06-211-86/+128
| | | | issue #92
* add VCS_DIRTY_ICON for better Pure emulationromkatv2019-06-201-18/+22
|
* when command_execution_time is a single integer, add 's' suffix to itromkatv2019-06-201-1/+2
| | | | Inspired by https://github.com/bhilburn/powerlevel9k/pull/1215.
* add POWERLEVEL9K_DIR_HYPERLINKromkatv2019-06-201-1/+6
| | | | This is a port of https://github.com/bhilburn/powerlevel9k/pull/1052.
* Properly escape all weird shit (e.g., quotes).romkatv2019-06-201-37/+37
| | | | This reverts commit 194db2e429fa44e78eb770c150c56135d3f33e13.
* speed up rvm promptromkatv2019-06-201-7/+5
|
* treat REGION_ACTIVE=2 the same way as REGION_ACTIVE=1romkatv2019-06-201-4/+5
|
* add POWERLEVEL9K_VIRTUALENV_SHOW_PYTHON_VERSIONromkatv2019-06-201-2/+7
|
* show minor python versionromkatv2019-06-201-1/+1
|
* simplify chrubyromkatv2019-06-201-17/+5
|
* add POWERLEVEL9K_ANACONDA_SHOW_PYTHON_VERSIONromkatv2019-06-201-3/+13
|
* fix _get_icon on ZSH 5.1romkatv2019-06-191-2/+3
| | | | | | | | | | | ZSH 5.1 has crippled ${(P)...}. For example, the following code prints "broken": unset foo echo ${${(P)foo}+broken} In ZSH 5.2 and later this code print an empty line. Fixes #91.
* don't hook zle-line-finish if transient_prompt is not setromkatv2019-06-191-1/+1
|
* fix battery segment on macOSromkatv2019-06-181-1/+1
| | | | issue #89
* remove leading "go" from go_versionromkatv2019-06-181-1/+1
|
* escape backslashesromkatv2019-06-161-35/+35
|
* fix properly round battery percentromkatv2019-06-161-2/+2
|
* make battery prompt work on WSLromkatv2019-06-161-8/+16
|
* bug fix: don't assume that $#POWERLEVEL9K_BATTERY_STAGES == ↵romkatv2019-06-151-14/+18
| | | | | | $#POWERLEVEL9K_BATTERY_LEVEL_BACKGROUND Reported in: https://github.com/romkatv/powerlevel10k/issues/88
* work around ZLE_RPROMPT_INDENT=0 bugs in ZSHromkatv2019-06-141-3/+32
|
* fix a bug in command_execution_time: wrong duration when it's over 24hromkatv2019-06-141-20/+17
| | | | Bug report: https://github.com/bhilburn/powerlevel9k/issues/1308
* fix signal names printed by status prompt segmentromkatv2019-06-111-1/+1
|
* 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