summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-02-06 16:21:07 -0500
committerJune McEnroe <june@causal.agency>2021-02-06 16:21:07 -0500
commitbfabc401a6ce66712e9f78c62ffc706a489e607b (patch)
tree0f2a1de57c10ff6d4c379b39c46db0507e3b1a15 /home
parentAdd I Hope We Choose Love (diff)
downloadsrc-bfabc401a6ce66712e9f78c62ffc706a489e607b.tar.gz
src-bfabc401a6ce66712e9f78c62ffc706a489e607b.zip
Add /usr/X11R6/bin to PATH
Diffstat (limited to 'home')
-rw-r--r--home/.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.profile b/home/.profile
index 08dd75c9..edc7b903 100644
--- a/home/.profile
+++ b/home/.profile
@@ -4,7 +4,7 @@ for prefix in '' /usr/local /opt/local /usr ~/.local; do
 	path "${prefix}/sbin"
 	path "${prefix}/bin"
 done
-path /usr/games
+path /usr/X11R6/bin /usr/games
 
 export EDITOR=vi
 type nvi >/dev/null && EDITOR=nvi