summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rw-r--r--profile3
2 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5bb89a4..264be72 100644
--- a/Makefile
+++ b/Makefile
@@ -21,6 +21,7 @@ INSTALL = agignore \
offlineimaprc \
perlcriticrc \
procmailrc \
+ profile \
proverc \
replyrc \
runesrc \
diff --git a/profile b/profile
new file mode 100644
index 0000000..3188a7d
--- /dev/null
+++ b/profile
@@ -0,0 +1,3 @@
+. $HOME/.bash_profile
+
+# vim:ft=sh: