aboutsummaryrefslogtreecommitdiff
path: root/yash/yash_profile
diff options
context:
space:
mode:
Diffstat (limited to 'yash/yash_profile')
-rw-r--r--yash/yash_profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/yash/yash_profile b/yash/yash_profile
new file mode 100644
index 00000000..d37f35a1
--- /dev/null
+++ b/yash/yash_profile
@@ -0,0 +1,2 @@
+# Load ~/.profile, because Yash won't by itself, no matter how you invoke it
+[ -e "$HOME"/.profile ] && . "$HOME"/.profile