Преглед изворни кода

Added line to set vim as the default editor.

Drew пре 12 година
родитељ
комит
7b58bee125
1 измењених фајлова са 3 додато и 0 уклоњено
  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"