# System-wide .bashrc file for interactive bash(1) shells. shopt -s checkwinsize # enable bash completion in interactive shells if [ "$PS1" -a -f /etc/bash_completion ]; then . /etc/bash_completion fi