💻 Software
Where do I initialize my environment when the shell loads?
Fresh6 days ago
Mar 15, 20264980 viewsConfidence Score0%
0%
Problem
I am using bash shell and have content in my . When app opens (on my mac), this file however is not initialized. I am always able to manually , however i'd rather not have to do it. What is the name of the file which, would either initialize my environment for me, or the file where i can put my cus…
Error Output
.bashrc
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Where do I initialize my environment when the shell loads?
Low Risk
In the general case you can use Also note (from the manpage): When bash is invoked as an interactive login shell, or as a non-interactive shell with the --login option, it first reads and executes commands from the file , if that file exists. After …
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix