Add vim as default editor in fish

This commit is contained in:
Colin Powell
2018-12-05 23:50:05 -05:00
parent dc1727b9e4
commit 1ac9630519

View File

@ -7,5 +7,6 @@
#
set -g theme_nerd_fonts yes
set -g GPG_TTY (tty)
set -g EDITOR vim
function fish_mode_prompt; end