From c74783b0eb6d113779c72cc4b929cf2c7b19b994 Mon Sep 17 00:00:00 2001
From: June McEnroe <june@causal.agency>
Date: Wed, 27 Nov 2019 20:35:26 -0500
Subject: Clear PATH before populating it again

Oops, this got lost.
---
 home/.profile | 1 +
 1 file changed, 1 insertion(+)

(limited to 'home')

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
-- 
cgit 1.4.1