dd3895ccbd
Multi-line description of commit, feel free to be detailed. [Ticket: X] ~ ~ ".git/COMMIT_EDITMSG" 14L, 297C
12 lines
289 B
Fish
12 lines
289 B
Fish
function _pure_prompt_transient \
|
|
--description 'Print simplified transient prompt for scrollback history' \
|
|
--argument-names exit_code
|
|
|
|
set --local pure_symbol (_pure_prompt_symbol $exit_code)
|
|
|
|
echo (\
|
|
_pure_print_prompt \
|
|
$pure_symbol \
|
|
)
|
|
end
|