Atualizado em: 09/11/2013-12:06;alias ls='ls --color'
alias ll='ls -l'
alias netstat='LANG=C netstat'
export EDITOR=vim
export TMOUT=600
export HISTSIZE=100000
export HISTFILESIZE=200000
export HISTCONTROL=ignoredups
export http_proxy=http://10.100.0.14:8080
export https_proxy=http://10.100.0.14:8080
export ftp_proxy=http://10.100.0.14:8080
Comentários