comparison bashrc/bash_profile @ 81:2e0fbe44e9fe

Updated bashrc files.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 14 Mar 2012 11:34:05 -0700
parents
children
comparison
equal deleted inserted replaced
80:121bef55252f 81:2e0fbe44e9fe
1
2 # include .bashrc if it exists
3 if [ -f ~/.bashrc ]; then
4 . ~/.bashrc
5 fi
6