Explorar o código

added EDITOR variable

Douglas A %!s(int64=4) %!d(string=hai) anos
pai
achega
3dbd47b8ee
Modificáronse 1 ficheiros con 2 adicións e 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