summaryrefslogtreecommitdiffstats
path: root/sh/.profile
diff options
context:
space:
mode:
Diffstat (limited to 'sh/.profile')
-rw-r--r--sh/.profile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sh/.profile b/sh/.profile
new file mode 100644
index 0000000..76e64da
--- /dev/null
+++ b/sh/.profile
@@ -0,0 +1,4 @@
+# shellcheck source=bash_profile
+. "$HOME"/.bash_profile
+
+# vim:ft=sh: