Bash Resource File
Published on November 01st, 2009
This is my current .bashrc file. Of course, this file is customized to my personal preferences, but there are settings and functions that would be useful for any UNIX-based system. Just be sure to change directory paths and filenames if you plan on using this config. Download:.bashrc 1 #!/bin/bash 2 3 setterm -initialize -blank 0 -cursor on 4 5 if [[ $- != *i* ]]; then 6 retu...