Selaa lähdekoodia

Added line to set vim as the default editor.

Drew 12 vuotta sitten
vanhempi
commit
7b58bee125
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  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"