summaryrefslogtreecommitdiffstats
path: root/profile
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-03-01 03:20:16 -0500
committerJesse Luehrs <doy@tozt.net>2018-03-03 01:02:23 -0500
commitdb2a0410dcbb2f66ca7489e8d2650710fdc0808c (patch)
treeb385f38160547b310f4d2cd2f2e7507f627a484b /profile
parent5f96a3e3228ab6a4dfecfa4cc27eb11f3e80f13c (diff)
downloadconf-db2a0410dcbb2f66ca7489e8d2650710fdc0808c.tar.gz
conf-db2a0410dcbb2f66ca7489e8d2650710fdc0808c.zip
also include a .profile
necessary to set up env vars for xprofile
Diffstat (limited to 'profile')
-rw-r--r--profile3
1 files changed, 3 insertions, 0 deletions
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: