moving ryzom to a simple alias

This commit is contained in:
Rodolphe Breard 2013-12-18 19:48:52 +01:00
parent 57b85603d8
commit 5ec9f92b82
2 changed files with 4 additions and 5 deletions

View file

@ -20,6 +20,10 @@ alias lock='xscreensaver-command --lock'
alias meteo='curl -s --user-agent "USER FUCKING AGENT" "http://thefuckingweather.com/?where=Paris" | grep "<p class=\"remark\">" | sed -r "s/.*>(.*)<.*/\1 OUTSIDE\!/g"'
if [ -d "$HOME/ryzom/client" ]; then
alias ryzom='cd $HOME/ryzom/client && ./ryzom_client'
fi
fliptable() { echo "(╯°□°)╯ ┻━┻"; }
# Usage: venv project_name

View file

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