bash/dot-bashrc
2005-06-08 08:56:14 +00:00

9 lines
124 B
Plaintext

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