aboutsummaryrefslogtreecommitdiff
path: root/yash/yashrc
diff options
context:
space:
mode:
Diffstat (limited to 'yash/yashrc')
-rw-r--r--yash/yashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/yash/yashrc b/yash/yashrc
new file mode 100644
index 00000000..eef82e54
--- /dev/null
+++ b/yash/yashrc
@@ -0,0 +1,3 @@
+# Load POSIX interactive shell startup files, because Yash won't do it if not
+# invoked as sh(1)
+[ -e "$ENV" ] && . "$ENV"