Explorar el Código

Added line to set vim as the default editor.

Drew hace 12 años
padre
commit
7b58bee125
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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"