Tom McKenzie hace 10 años
padre
commit
d346a31d8f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .zshrc

+ 1 - 1
.zshrc

@@ -86,7 +86,7 @@ source $ZSH/oh-my-zsh.sh
 if [[ -n $SSH_CONNECTION ]]; then
   export EDITOR='vim'
 else
-  export EDITOR='subld'
+  export EDITOR='subl'
 fi
 
 source $(brew --prefix nvm)/nvm.sh