FG
💻 Software

How do I permanently set my bashrc changes?

Fresh5 days ago
Mar 15, 202615973 views
Confidence Score0%
0%

Problem

Everytime I log into SSH, I have to manually source the bashrc file to set my path variables the way I want to. How do I have bash do it automatically? Shouldn't it be automatic?

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How do I permanently set my bashrc changes?

Low Risk

There is the (or ) file, that runs at every login. You should set environment variables there (with the command). And there is the file, which is run on opening each sell. Commands that are not inherited to all subshells, like alias, can be set here…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment