aboutsummaryrefslogtreecommitdiff
path: root/yash/yash_profile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-31 17:49:42 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-31 17:49:42 +1200
commitcbad3d16fb358fb6042a0e91a21b15eeb90bb95c (patch)
tree3db6887e21a9dba69776d9e6b483fc57cd07e9d9 /yash/yash_profile
parentMerge branch 'openbsd' (diff)
downloaddotfiles-cbad3d16fb358fb6042a0e91a21b15eeb90bb95c.tar.gz
dotfiles-cbad3d16fb358fb6042a0e91a21b15eeb90bb95c.zip
Add very basic Yash support
I know almost nothing about Yash yet, but reading the manual page on its startup behaviour implies a little coaxing is necessary to make it play nicely with my file layout.
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