浏览代码

Make vim the preferred editor in .zshrc

Frans Bergman 6 年之前
父节点
当前提交
a39de2fa20
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .zshrc

+ 1 - 0
.zshrc

@@ -99,6 +99,7 @@ source $ZSH/oh-my-zsh.sh
 # alias ohmyzsh="mate ~/.oh-my-zsh"
 
 export MAKEFLAGS="-j$(nproc)"
+export EDITOR="vim"
 
 bindkey -v
 bindkey '^r' history-incremental-search-backward