fish_mode_prompt.fish 334 B

123456789101112
  1. # This is handled inside fish_mode_prompt (see `__bobthefish_prompt_vi`)
  2. #
  3. # If you want to override this with your own mode prompt, disable bobthefish's
  4. # built-in mode prompt in your fish config:
  5. #
  6. # set -g theme_display_vi no
  7. #
  8. set -g theme_nerd_fonts yes
  9. set -g GPG_TTY (tty)
  10. set -g EDITOR vim
  11. function fish_mode_prompt; end