2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-01-17 07:24:00 +00:00
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