# ~/.bashrc: executed by bash(1) for non-login shells. # see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) # for examples #BLACK='\e[0;30m' #BLUE='\e[0;34m' #GREEN='\e[0;32m' #CYAN='\e[0;36m' #RED='\e[0;31m' #PURPLE='\e[0;35m' #BROWN='\e[0;33m' #LIGHTGRAY='\e[0;37m' #DARKGRAY='\e[1;30m' #LIGHTBLUE='\e[1;34m' #LIGHTGREEN='\e[1;32m' #LIGHTCYAN='\e[1;36m' #LIGHTRED='\e[1;31m' #LIGHTPURPLE='\e[1;35m' #YELLOW='\e[1;33m' #WHITE='\e[1;37m' #NC='\e[0m' # No Color [ -z "$PS1" ] && return export DEBFULLNAME='Gabriel Falcão Gonçalves de Moura' export FULLNAME='Gabriel Falcão Gonçalves de Moura' export DEBEMAIL="gabriel@nacaolivre.org" export EMAIL="Gabriel Falcão " export HISTFILESIZE=5000000 export HISTCONTROL=ignoredups export PATH=/home/gabriel/bin/:/home/gabriel/usr/bin:$PATH:/var/lib/gems/1.8/bin:/home/gabriel/usr/share/firefox:/usr/local/bin export PYTHONPATH=$PYTHONPATH:"/home/gabriel/usr/python-libs/":"/home/gabriel/usr/lib/python2.5/site-packages/" export LD_LIBRARY_PATH=/home/gabriel/usr/lib:/home/gabriel/usr/share/firefox export PKG_CONFIG_PATH=/home/gabriel/usr/lib/pkgconfig:/usr/lib/pkgconfig/:/usr/share/pkgconfig/ export PYTHONSTARTUP="/home/gabriel/.pythonrc" export HISTCONTROL=ignoreboth export EDITOR="emacs -nw" alias rm="rm -i" alias 'hwf-make-controller'='gcc -shared -fPIC -I/home/gabriel/usr/include -I/home/gabriel/usr/include/glib-2.0 -I/home/gabriel/usr/lib/glib-2.0/include -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -L/home/gabriel/usr/lib -lhwf -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0' alias 'hwf-make'='gcc `pkg-config --libs --cflags gthread-2.0 gmodule-2.0 hwf-0.1`' shopt -s checkwinsize [ -x /usr/bin/lesspipe ] && eval "$(lesspipe)" if [ -z "$debian_chroot" ] && [ -r /etc/debian_chroot ]; then debian_chroot=$(cat /etc/debian_chroot) fi case "$TERM" in xterm-color) PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ ' ;; *) PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ ' ;; esac case "$TERM" in xterm*|rxvt*) PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD/$HOME/~}\007"' ;; *) ;; esac if [ "$TERM" != "dumb" ]; then eval "`dircolors -b`" alias ls='ls --color=auto -t -r' fi if [ -f /etc/bash_completion ]; then . /etc/bash_completion fi alias egrep='egrep --colour' alias svndiff='svn diff | colordiff | less -R' [[ -f "/home/gabriel/.config/autopackage/paths-bash" ]] && . "/home/gabriel/.config/autopackage/paths-bash" export PATH=/home/gabriel/.globocom/usr/bin:$PATH alias vim='mg' export GEM_HOME=/home/gabriel/usr/lib/gems/lib/ruby/gems/1.8 export RUBYLIB=/home/gabriel/usr/lib/gems/lib/ruby:/home/gabriel/usr/lib/gems/lib/site_ruby/1.8 alias pip="pip -E /home/gabriel/usr/python-libs/" alias acessar-funarte="ssh gabrielfalcao ssh admsecurity@200.20.198.10" export WEBDRIVER=$HOME/usr/lib/webdriver