view bashrc/bash_profile @ 93:822fc8b4405f

Invisible characters in vimrc.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 29 Mar 2012 16:25:18 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


# include .bashrc if it exists
if [ -f ~/.bashrc ]; then
    . ~/.bashrc
fi