Please bear with us as we work to restore functionality to dotfiles.org.
The quintessential random's global bashrc ||| http://elliottcable.name/
# Created by elliottcable (elliottcable.name)
# Licensed as Creative Commons BY-NC-SA 3.0 (creativecommons.org/licenses/by-nc-sa/3.0)
# -------------------------------------
# Modified system bashrc, mostly just to include the prompt file
# System-wide .bashrc file for interactive bash(1) shells.
if [ -n "$PS1" ]; then PS1='\h:\w \u\$ '; fi
. /etc/prompt
export DISPLAY=:0.0
export EDITOR=$(which mate)
export LC_CTYPE=en_US.UTF-8
stty erase ^H
# Make bash check it's window size after a process completes
shopt -s checkwinsize