Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save furudean/ac1871632a67e10a222abe606f3b0e8f to your computer and use it in GitHub Desktop.

Select an option

Save furudean/ac1871632a67e10a222abe606f3b0e8f to your computer and use it in GitHub Desktop.
# with https://github.com/acomagu/fish-async-prompt
function fish_prompt_loading_indicator -a last_prompt
set uncolored_last_prompt (echo -n $last_prompt | string replace -ra '\e\[[^m]*m' '' | string collect)
echo -n (set_color brblack)"$uncolored_last_prompt"(set_color normal)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment