summary refs log tree commit diff
path: root/home
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 /home
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 'home')
-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