bash: add .profile
authorColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Thu, 13 Jan 2011 12:46:03 +0000 (04:46 -0800)
committerColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Thu, 13 Jan 2011 12:46:03 +0000 (04:46 -0800)
Some systems source .profile rather than .bashrc. Provide .profile as a
symlink to .bashrc.

Signed-off-by: Colin McCabe <cmccabe@alumni.cmu.edu>

.profile [new symlink]

diff --git a/.profile b/.profile
new file mode 120000 (symlink)
index 0000000..5157537
--- /dev/null
+++ b/.profile
@@ -0,0 +1 @@
+.bashrc
\ No newline at end of file