Explorar o código

Make vim the preferred editor in .zshrc

Frans Bergman %!s(int64=6) %!d(string=hai) anos
pai
achega
a39de2fa20
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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