Ver código fonte

added EDITOR variable

Douglas A 4 anos atrás
pai
commit
3dbd47b8ee
1 arquivos alterados com 2 adições e 0 exclusões
  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