Sfoglia il codice sorgente

Added line to set vim as the default editor.

Drew 12 anni fa
parent
commit
7b58bee125
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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"