adding ryzom into the path

This commit is contained in:
Rodolphe Breard 2013-12-18 18:54:12 +01:00
parent 45b0a0570a
commit 57b85603d8

View file

@ -26,6 +26,11 @@ if [ -d "$HOME/.gem/ruby" ]; then
done done
fi fi
# Ryzom
if [ -d "$HOME/ryzom/client" ]; then
export PATH="$PATH:$HOME/ryzom/client"
fi
# OS # OS
OS_TYPE=$(echo "$OSTYPE" | sed 's/\([a-zA-Z_\-]*\).*/\1/g') OS_TYPE=$(echo "$OSTYPE" | sed 's/\([a-zA-Z_\-]*\).*/\1/g')