dd3895ccbd
Multi-line description of commit, feel free to be detailed. [Ticket: X] ~ ~ ".git/COMMIT_EDITMSG" 14L, 297C
7 lines
203 B
Fish
7 lines
203 B
Fish
function _pure_prompt_vimode
|
|
if set --query pure_reverse_prompt_symbol_in_vimode;
|
|
and test "$pure_reverse_prompt_symbol_in_vimode" = false
|
|
echo (fish_default_mode_prompt)
|
|
end
|
|
end
|