BASH .bash_profile

por | 22 agosto, 2008


[ssybl0:~]# cat .bash_profile
export TERM=xtermc
export PS1='[\h:\w]\$ '
alias ls='ls -l'
alias vi='vim'