annotate bashrc/bash_profile @ 344:2d5974d70482

Move hg-git sync script to its own subrepo.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 18 Feb 2016 17:08:53 -0800
parents 2e0fbe44e9fe
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
81
2e0fbe44e9fe Updated bashrc files.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
1
2e0fbe44e9fe Updated bashrc files.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
2 # include .bashrc if it exists
2e0fbe44e9fe Updated bashrc files.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
3 if [ -f ~/.bashrc ]; then
2e0fbe44e9fe Updated bashrc files.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
4 . ~/.bashrc
2e0fbe44e9fe Updated bashrc files.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
5 fi
2e0fbe44e9fe Updated bashrc files.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
6