Sfoglia il codice sorgente

Add vim as default editor in fish

Colin Powell 6 anni fa
parent
commit
1ac9630519
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      config/fish/functions/fish_mode_prompt.fish

+ 1 - 0
config/fish/functions/fish_mode_prompt.fish

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