Files
tilde.etcskel/.bashrc
Jason Levine 10c01deb3d first commit
2014-10-12 15:00:59 -04:00

9 lines
124 B
Bash

# .bashrc
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
# User specific aliases and functions