moving ryzom to a simple alias
This commit is contained in:
parent
57b85603d8
commit
5ec9f92b82
2 changed files with 4 additions and 5 deletions
|
@ -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
|
||||
|
|
5
.bashrc
5
.bashrc
|
@ -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')
|
||||
|
||||
|
|
Loading…
Reference in a new issue