All pastes #1343252 Raw Edit

.bashrc

public shellscript v1 · immutable
#1343252 ·published 2009-02-20 22:44 UTC
rendered paste body
# Check for an interactive session[ -z "$PS1" ] && returnalias ls='ls --color=auto'PS1='\[\e[0;32m\][\t][\u@\h \W]\$\[\e[0m\] 'EDITOR=vim# enable bash completion in interactive shellsif [ -f /etc/bash_completion ]; then    . /etc/bash_completionfi