diff options
author | June McEnroe <june@causal.agency> | 2021-02-06 16:21:07 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-02-06 16:21:07 -0500 |
commit | bfabc401a6ce66712e9f78c62ffc706a489e607b (patch) | |
tree | 0f2a1de57c10ff6d4c379b39c46db0507e3b1a15 /home | |
parent | Add I Hope We Choose Love (diff) | |
download | src-bfabc401a6ce66712e9f78c62ffc706a489e607b.tar.gz src-bfabc401a6ce66712e9f78c62ffc706a489e607b.zip |
Add /usr/X11R6/bin to PATH
Diffstat (limited to '')
-rw-r--r-- | home/.profile | 2 |
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 |