Kaynağa Gözat

Added line to set vim as the default editor.

Drew 12 yıl önce
ebeveyn
işleme
7b58bee125
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. 3 0
      bashrc

+ 3 - 0
bashrc

@@ -122,3 +122,6 @@ vim() {
   command vim --servername vim "$@"
   stty "$STTYOPTS"
 }
+
+export PATH=$PATH:/home/drew/.gem/ruby/2.0.0/bin
+export EDITOR="vim"