From: Martin Mares Date: Wed, 12 Mar 2008 18:44:13 +0000 (+0100) Subject: Templates: Added .bash_profile, which calls .bashrc. X-Git-Tag: python-dummy-working~228 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=d72e239e406e85dd1fa2ae852b3d558599aa4634;p=moe.git Templates: Added .bash_profile, which calls .bashrc. --- diff --git a/template/.bash_profile b/template/.bash_profile new file mode 100644 index 0000000..d1fb79b --- /dev/null +++ b/template/.bash_profile @@ -0,0 +1 @@ +. ~/.bashrc diff --git a/template/.profile b/template/.profile deleted file mode 100644 index d1fb79b..0000000 --- a/template/.profile +++ /dev/null @@ -1 +0,0 @@ -. ~/.bashrc