Browse Source

Added line to set vim as the default editor.

Drew 12 năm trước cách đây
mục cha
commit
7b58bee125
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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"