summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-11-27 20:35:26 -0500
committerJune McEnroe <june@causal.agency>2019-11-27 20:35:26 -0500
commit326488b52f609a496f827dc788f6bfa8ebd75192 (patch)
tree29679609d6af0bdc9455e239671b0d4a20849fc8
parentRename bin.7 to README.7 (diff)
downloadsrc-326488b52f609a496f827dc788f6bfa8ebd75192.tar.gz
src-326488b52f609a496f827dc788f6bfa8ebd75192.zip
Clear PATH before populating it again
Oops, this got lost.
Diffstat (limited to '')
-rw-r--r--home/.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/.profile b/home/.profile
index c2e14ba0..6309b091 100644
--- a/home/.profile
+++ b/home/.profile
@@ -1,4 +1,5 @@
 _PATH=$PATH
+PATH=
 for prefix in '' /usr/local /usr/pkg /usr /opt/pkg ~/.local; do
 	PATH=${PATH}${PATH:+:}${prefix}/sbin:${prefix}/bin
 done
/td> 2017-07-31Track tile access countsJune McEnroe 2017-07-31Adjust move speed in clientJune McEnroe 2017-07-31Handle large movesJune McEnroe 2017-07-30Optimize builds for chrootJune McEnroe 2017-07-30Persist bright across color changesJune McEnroe 2017-07-30Add index.htmlJune McEnroe 2017-07-30Add snapshot.shJune McEnroe 2017-07-30Fix termcap patch for background colorsJune McEnroe 2017-07-30Update helpJune McEnroe 2017-07-30Fix help to track colorJune McEnroe 2017-07-30Support background colorsJune McEnroe 2017-07-30Track color only client-sideJune McEnroe 2017-07-30Add ostensible support for background colorsJune McEnroe 2017-07-30Add tile create and access timestampsJune McEnroe 2017-07-30Assert stable struct Tile field offsetsJune McEnroe 2017-07-30Add chroot.shJune McEnroe 2017-07-30Add ` commandJune McEnroe 2017-07-30Add sshd_configJune McEnroe 2017-07-30Add termcap patchJune McEnroe