Explorar el Código

add [[ -s C:\Users\raa0121/.pik/.pikrc ]] && source C:\Users\raa0121/.pik/.pikrc

raa0121 hace 12 años
padre
commit
bd14f1bf35
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .bashrc

+ 1 - 0
.bashrc

@@ -33,6 +33,7 @@ elif [ $_uname = "Msys" ]; then
   JLESSCHARSET="japanese-sjis"
   OUTPUT_CHARSET=sjis
   PATH=$PATH:/d/Program/Git/bin:/c/tools
+  [[ -s $USERPROFILE/.pik/.pikrc ]] && source $USERPROFILE/.pik/.pikrc
 fi
 _vim=`which vim`
 vim(){