Преглед изворни кода

Add vim as default editor in fish

Colin Powell пре 6 година
родитељ
комит
1ac9630519
1 измењених фајлова са 1 додато и 0 уклоњено
  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