Add history flushes on each command to the powerline themes.

This commit is contained in:
Ira Abramov
2021-05-19 10:54:28 +03:00
parent 8c47706139
commit 9f4c71d40f
3 changed files with 3 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ function __powerline_left_segment {
LEFT_PROMPT+="$(set_color ${params[1]} -)${pad_before_segment}${params[0]}${normal}"
LAST_SEGMENT_COLOR=${params[1]}
(( SEGMENTS_AT_LEFT += 1 ))
_save-and-reload-history "${HISTORY_AUTOSAVE:-0}"
}
function __powerline_left_last_segment_padding {