Commit Graph

121 Commits (78eee98250ee884fe4381be873736ad084679614)

Author SHA1 Message Date
romkatv 259a2954cd typo 5 years ago
romkatv d65e7eb926 bug fix: don't update _P9K_BG and _P9K_I when a segment has empty content and icon 5 years ago
romkatv fa457a3282 fix purge when dir contains weird shit 5 years ago
romkatv d81b4dbf68 speed up truncate_to_unique 5 years ago
romkatv b7a8139e97 fix POWERLEVEL9K_DIR_MAX_LENGTH 5 years ago
romkatv 233b5c7c88 add POWERLEVEL9K_DIR_MAX_LENGTH 5 years ago
romkatv ebb08c881f add POWERLEVEL9K_DIR_SHORTENED_FOREGROUND 5 years ago
romkatv ff24a9f42b add POWERLEVEL9K_DIR_ANCHOR_BOLD and POWERLEVEL9K_DIR_ANCHOR_FOREGROUND 5 years ago
romkatv 3dac653c52 fix styling bugs in dir 5 years ago
romkatv cd4d1358b3 fix quoting in dir 5 years ago
romkatv 86d6412988 grammar 5 years ago
romkatv c5f32d1ea5 add POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS and POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS_PCT 5 years ago
romkatv d41e18416f finish auto-shrinking dir; still not tested yet 5 years ago
romkatv 394dffa77b Merge branch 'master' into dev 5 years ago
romkatv f37d7e6742 don't update time unnecessarily 5 years ago
romkatv 7478f07100 ensure there is at least one space between left and right prompts 5 years ago
romkatv 389b2ce5c2 prototype for auto-shrinking dir 5 years ago
romkatv 0660d8c97d bug fix: %-expand POWERLEVEL9K_TIME_FORMAT on every prompt
reported in #77
5 years ago
romkatv 568dc8beb4 add MULTILINE_{FIRST,NEWLINE,LAST}_PROMPT_SUFFIX 5 years ago
romkatv c5f27b1cc5 optimize codegen for icons 5 years ago
romkatv 8b04966624 optimize codegen when VISUAL_IDENTIFIER_EXPANSION doesn't contain $-expansions 5 years ago
romkatv c5e24d843b spello 5 years ago
romkatv dd09ce6efc add POWERLEVEL9K_TIME_UPDATE_ON_COMMAND
This is one of the features discussed in #77.
5 years ago
romkatv 1acc559cc2 Merge branch 'master' into dev 5 years ago
romkatv 1ed5c3f177 make it work in ZSH 5.1 5 years ago
romkatv 00a070d5db generate less code for empty rprompt 5 years ago
romkatv 3bf8931620 bail out of *env prompts if the corresponding *env command doesn't exist 5 years ago
romkatv d75b714d8a add nodenv prompt; #121 5 years ago
romkatv 428665e551 silly typos 5 years ago
romkatv ccfc462faf add P9K_COMMAND_DURATION_SECONDS and POWERLEVEL9K_COMMAND_EXECUTION_TIME_DISABLE_FORMATTING 5 years ago
romkatv 36fa083841 fix bugs in multiline right prompt 5 years ago
romkatv 29aec8c105 allow newline in right prompt; untested 5 years ago
romkatv e986f0a96c replace POWERLEVEL9K_BATTERY_STAGES hack with proper code 5 years ago
romkatv 38da6a3c9b tabs to spaces 5 years ago
romkatv 06aa8da96e round to seconds instead of truncating 5 years ago
romkatv 32537cffaa add POWERLEVEL9K_EMPTY_LINE_RIGHT_PROMPT_FIRST_SEGMENT_START_SYMBOL 5 years ago
romkatv 22e459ef24 remove trailing spaces for the default prompt_char content 5 years ago
romkatv 26a8b17f6e 1.23s instead of 1.23 in command_execution_time 5 years ago
romkatv 97c2806567 bug fix: display icons when expansions are active 5 years ago
romkatv d2fc79743d Revert "unify multiline prompt prefix parameters"
This reverts commit 502baefcec.

fixes #116
5 years ago
romkatv e26cc029cc add prompt_char; respect POWERLEVEL9K_RPROMPT_ON_NEWLINE=false even if POWERLEVEL9K_PROMPT_ON_NEWLINE == false 5 years ago
romkatv ff4f823f10 more robust zle widget wrapping 5 years ago
romkatv 552e629be8 add a warning if POWERLEVEL9K_RIGHT_SEGMENT_END_SEPARATOR is set (it is no longer supported) 5 years ago
romkatv 502baefcec unify multiline prompt prefix parameters 5 years ago
romkatv 28b9fe09ae add POWERLEVEL9K_EMPTY_LINE_LEFT_PROMPT_LAST_SEGMENT_END_SYMBOL 5 years ago
romkatv 13ce831b6b fix subsep fg in right prompt 5 years ago
romkatv 0ad3a452ef bug fix: never render subsegment separator with the same fg and bg 5 years ago
romkatv 9d88fb83e9 fix bugs in right prompt 5 years ago
romkatv 1cd711820e port left prompt changes to right prompt 5 years ago
romkatv 9adcf809f1 add p9k_prompt_segment; add SELF_JOINED; delete simple_dir 5 years ago