aboutsummaryrefslogtreecommitdiff
path: root/sh/profile.d/games.sh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-06-24 15:44:57 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-06-24 15:44:57 +1200
commitb876026fac472469388edd2b696e3103ddf911c4 (patch)
tree4d813a187fae20f8b023e5f0bceb87aa645c0d8c /sh/profile.d/games.sh
parentAdd manual page for zs(6) in new section 6 (diff)
downloaddotfiles-b876026fac472469388edd2b696e3103ddf911c4.tar.gz
dotfiles-b876026fac472469388edd2b696e3103ddf911c4.zip
Separate games out into own directory/targets
Diffstat (limited to 'sh/profile.d/games.sh')
-rw-r--r--sh/profile.d/games.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/sh/profile.d/games.sh b/sh/profile.d/games.sh
new file mode 100644
index 00000000..b0dd1d35
--- /dev/null
+++ b/sh/profile.d/games.sh
@@ -0,0 +1,4 @@
+# Add ~/.local/games to PATH if it exists
+if [ -d "$HOME"/.local/games ] ; then
+ PATH=$HOME/.local/games:$PATH
+fi