Files
dotfiles/config/fish/functions/fish_mode_prompt.fish
2018-12-05 23:50:05 -05:00

13 lines
334 B
Fish

# This is handled inside fish_mode_prompt (see `__bobthefish_prompt_vi`)
#
# If you want to override this with your own mode prompt, disable bobthefish's
# built-in mode prompt in your fish config:
#
# set -g theme_display_vi no
#
set -g theme_nerd_fonts yes
set -g GPG_TTY (tty)
set -g EDITOR vim
function fish_mode_prompt; end