Selaa lähdekoodia

EDITOR=code --wait

Tom McKenzie 4 vuotta sitten
vanhempi
sitoutus
835b13bfca
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      .zshrc

+ 1 - 1
.zshrc

@@ -18,7 +18,7 @@ fi
 if [[ -n $SSH_CONNECTION ]]; then
   export EDITOR='vim'
 else
-  export EDITOR='code'
+  export EDITOR='code --wait'
 fi
 
 # The next line updates PATH for the Google Cloud SDK.