alias sudo='sudo ' if [ "$OS_TYPE" == "freebsd" ]; then alias ls='ls -G' else alias ls='ls --color=auto' fi alias ll='ls -lih' alias la='ls -A' alias l='ls -lihA' alias grep='grep -n --color=auto' alias j='jobs' alias ne='emacs' alias df='df -h' alias top='TERM=screen-256color htop' alias weechat='TERM=screen-256color weechat' alias lock='xscreensaver-command --lock' alias meteo='curl -s --user-agent "USER FUCKING AGENT" "http://thefuckingweather.com/?where=Paris" | grep "
" | 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
# Activate the python virtualenv for