From 5b9face8f54455053f1c9d104dc1a649d4e54d51 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 25 Feb 2026 18:26:59 +0000 Subject: [PATCH 1/2] Initial plan From b5e01c0baa8477e6c160d18f02ddc1cc1cc170c8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 25 Feb 2026 18:27:45 +0000 Subject: [PATCH 2/2] Update Option B in README to use ~/.profile instead of ~/.bash_profile Co-authored-by: andreak3779 <11012375+andreak3779@users.noreply.github.com> --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5daae13..fd9eaf2 100644 --- a/README.md +++ b/README.md @@ -115,10 +115,10 @@ sudo checkforupdates source ~/.bashrc ``` - **Option B: Bash Profile (for ~/.bash_profile)** + **Option B: Profile (for ~/.profile - more compatible on many Linux distros)** ```bash - echo 'export PATH=~/scripts:$PATH' >> ~/.bash_profile - source ~/.bash_profile + echo 'export PATH=~/scripts:$PATH' >> ~/.profile + source ~/.profile ``` **Option C: System-wide (requires sudo)**