log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
dotfiles
annotate bashrc/bash_profile @ 81:
2e0fbe44e9fe
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Updated bashrc files.
author
Ludovic Chabant <ludovic@chabant.com>
date
Wed, 14 Mar 2012 11:34:05 -0700
parents
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