소스 검색

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"