Explorar el Código

added EDITOR variable

Douglas A hace 4 años
padre
commit
3dbd47b8ee
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      bash/environment

+ 2 - 0
bash/environment

@@ -14,3 +14,5 @@ LC_IDENTIFICATION="en_US.UTF-8"; export LC_IDENTIFICATION
 LC_ALL=; export LC_ALL
 
 # Terminal settings
+test -e /usr/bin/nvim && EDITOR=nvim || EDITOR=nano
+export EDITOR