From ccebce83938eec97899726ca6ebf5673d70c2474 Mon Sep 17 00:00:00 2001 From: Sage Vaillancourt Date: Wed, 13 Dec 2023 12:16:51 -0500 Subject: [PATCH] Add PATH bits to .bashrc --- fake_home/.bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/fake_home/.bashrc b/fake_home/.bashrc index 6a82646..b3d18fc 100644 --- a/fake_home/.bashrc +++ b/fake_home/.bashrc @@ -2,6 +2,7 @@ # ~/.bashrc # +export PATH=./:~/.bin:~/.local/bin/:$HOME/.platformio/penv/bin:/usr/local/go/bin:$PATH [[ $- != *i* ]] && return colors() {