fish-shell/share/functions/fish_mode_prompt.fish

6 lines
220 B
Fish
Raw Normal View History

# The fish_mode_prompt function is prepended to the prompt
function fish_mode_prompt --description "Displays the current mode"
# To reuse the mode indicator use this function instead
fish_default_mode_prompt
end