Skip to content

Commit

Permalink
Merge pull request #1975 from krapshsa/krapshsa-patch-1
Browse files Browse the repository at this point in the history
Fix save-and-reload-history command not found
  • Loading branch information
NoahGorny committed Oct 18, 2021
2 parents 5e3810a + b0e8729 commit 2d1bd82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/powerline/powerline.base.bash
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ function __powerline_prompt_command() {
SEGMENTS_AT_LEFT=0
LAST_SEGMENT_COLOR=""

save-and-reload-history "${HISTORY_AUTOSAVE:-0}"
_save-and-reload-history "${HISTORY_AUTOSAVE:-0}"

if [[ -n "${POWERLINE_PROMPT_DISTRO_LOGO}" ]]; then
LEFT_PROMPT+="$(set_color "${PROMPT_DISTRO_LOGO_COLOR}" "${PROMPT_DISTRO_LOGO_COLORBG}")${PROMPT_DISTRO_LOGO}$(set_color - -)"
Expand Down

0 comments on commit 2d1bd82

Please sign in to comment.