瀏覽代碼

Set vim as editor

Thomas Dy 9 年之前
父節點
當前提交
52e33043ed
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .zsh/config.zsh

+ 2 - 0
.zsh/config.zsh

@@ -48,3 +48,5 @@ bindkey "${terminfo[kend]}" end-of-line
 
 alias l="k -h"
 alias ssh="TERM=xterm-256color ssh"
+
+export EDITOR=vim