aboutsummaryrefslogtreecommitdiff
path: root/sh/profile.d/games.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sh/profile.d/games.sh')
-rw-r--r--sh/profile.d/games.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/sh/profile.d/games.sh b/sh/profile.d/games.sh
deleted file mode 100644
index 956d1de1..00000000
--- a/sh/profile.d/games.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-# Add ~/.local/games to PATH if it exists
-[ -d "$HOME"/.local/games ] || return
-PATH=$PATH:$HOME/.local/games