From bfafd171cc00b44d5f15cfae214d4a814a372b5d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 25 Feb 2026 18:18:33 +0000 Subject: [PATCH 1/2] Initial plan From e9d692468dfa8716006f9b86b1a46a89fc556f9e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 25 Feb 2026 18:19:19 +0000 Subject: [PATCH 2/2] Replace ~/.bash_profile with ~/.profile in README Option B for Linux/Zorin OS compatibility 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 2d5fbc2..2b004f6 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 - recommended for Linux/Zorin OS)** ```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)**