summary refs log tree commit diff
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
parentAdd I Hope We Choose Love (diff)
downloadsrc-bfabc401a6ce66712e9f78c62ffc706a489e607b.tar.gz
src-bfabc401a6ce66712e9f78c62ffc706a489e607b.zip
Add /usr/X11R6/bin to PATH
Diffstat (limited to '')
-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
gnatureJune McEnroe 2020-02-11Set self.nick to * initiallyJune McEnroe 2020-02-11Define ColorCap instead of hardcoding 100June McEnroe 2020-02-11Move hash to top of chat.hJune McEnroe 2020-02-11Move base64 out of chat.hJune McEnroe 2020-02-11Move XDG_SUBDIR out of chat.hJune McEnroe 2020-02-11Fix whois idle unit calculationJune McEnroe 2020-02-11Cast towupper to wchar_tJune McEnroe 2020-02-11Cast set but unused variables to voidJune McEnroe 2020-02-11Declare strlcatJune McEnroe 2020-02-11Check if VDSUSP existsJune McEnroe 2020-02-11Fix completeReplace iterationJune McEnroe 2020-02-11Use pkg(8) to configure on FreeBSDJune McEnroe 2020-02-11Remove legacy codeJune McEnroe 2020-02-11Add INSTALLING section to READMEJune McEnroe