view bashrc/bash_profile @ 348:976988492a8f

Install `plink` as Git's SSH handler on Windows.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 14 Mar 2016 21:02:18 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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