Browse Source

Add vim as default editor in fish

Colin Powell 6 năm trước cách đây
mục cha
commit
1ac9630519
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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