浏览代码

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