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

+ 1 - 1
.bashrc

@@ -32,7 +32,7 @@ elif [ $_uname = "Msys" ]; then
   OUTPUT_CHARSET=sjis
   export PATH="$PATH:$WIN_PATH"
   [[ -s $USERPROFILE/.pik/.pikrc ]] && source $USERPROFILE/.pik/.pikrc
-elif [ $HOSTNAME = "ryo"]; then
+elif [ $HOSTNAME = "ryo" ]; then
   export LANG=ja_JP.UTF-8
   export PATH=$WIN_PATH
 fi