Browse Source

Set vim as editor

Thomas Dy 9 năm trước cách đây
mục cha
commit
52e33043ed
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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