Kaynağa Gözat

added EDITOR variable

Douglas A 4 yıl önce
ebeveyn
işleme
3dbd47b8ee
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  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