All pastes #1307626 Raw Edit

.bashrc

public shellscript v1 · immutable
#1307626 ·published 2009-01-13 23:26 UTC
rendered paste body
alias ls='ls --color=auto'PS1='\[\e[0;32m\][\t][\u@\h \W]\$\[\e[0m\] '# enable bash completion in interactive shellsif [ -f /etc/bash_completion ]; then    . /etc/bash_completionfi