Skip to content

Fix README shell config: replace ~/.bash_profile with ~/.profile for Linux/Zorin OS#9

Closed
Copilot wants to merge 2 commits intoUpdated-scripts-and-readme-2026-Febfrom
copilot/sub-pr-8
Closed

Fix README shell config: replace ~/.bash_profile with ~/.profile for Linux/Zorin OS#9
Copilot wants to merge 2 commits intoUpdated-scripts-and-readme-2026-Febfrom
copilot/sub-pr-8

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 25, 2026

The README documented ~/.bash_profile as Option B for PATH configuration, despite the intent being to recommend ~/.profile for better Linux/Zorin OS compatibility.

Changes

  • README.md: Replaced ~/.bash_profile with ~/.profile in Option B, relabeled as "recommended for Linux/Zorin OS"
# Before
echo 'export PATH=~/scripts:$PATH' >> ~/.bash_profile
source ~/.bash_profile

# After
echo 'export PATH=~/scripts:$PATH' >> ~/.profile
source ~/.profile

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

…Zorin OS compatibility

Co-authored-by: andreak3779 <11012375+andreak3779@users.noreply.github.com>
Copilot AI changed the title [WIP] Update shell configuration instructions in README Fix README shell config: replace ~/.bash_profile with ~/.profile for Linux/Zorin OS Feb 25, 2026
@andreak3779 andreak3779 reopened this Feb 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants