Linked Questions

10 votes
2 answers
11k views

I am basically putting all my settings into my .bashrc and when I was using zsh it was all in my .zshrc. The Rust installer just informed me that it has added the new installation to my PATH by ...
Franklin's user avatar
  • 295
1 vote
1 answer
2k views

I have installed Eclipse Oxygen;when I type export PATH=$PATH:/home/ivan/java-oxygen/eclipse in the bash, I can launch eclipse from bash from any location, however, no matter whether I add PATH=$...
NiHao92's user avatar
  • 141
1 vote
0 answers
675 views

For example, in my company, there're .bashrc, .bash_profile, .bashrc.<username>. However I don't know which one is automatically loaded everytime when it's started. Does it take everything or ...
jtcloud's user avatar
  • 133
354 votes
4 answers
89k views

Is it "resource configuration", by any chance?
Lazer's user avatar
  • 36.2k
77 votes
3 answers
73k views

Answers to the questions on SO and askubuntu, along with poking through (and reading headers of) $HOME and /etc/, indicate a number of files that can be used to set environment variables, including: ~/...
Abe's user avatar
  • 1,691
27 votes
3 answers
36k views

The question "What is the purpose of .bashrc and how does it work?" sought the purpose and use of .bashrc. Another file with a similar name is .bash_logout. Should this file exist in the first place? ...
Herpes Free Engineer's user avatar
6 votes
3 answers
7k views

I am following Cross-Compiled Linux From Scratch - Embedded. In section 3.3 "Setting Up the Environment", PS1 is declared in .bash_profile. When I log in as su - clfs, both .bash_profile and ...
Israr's user avatar
  • 445
0 votes
1 answer
2k views

I am using .bashrc to execute a python script on system boot: sudo -u pi python3 /path/to/script.py and then I add @lxterminal to file /etc/xdg/lxsession/LXDE-pi/autostart to make sure a terminal ...
michael's user avatar
0 votes
1 answer
3k views

When adding a variable in export The variable is deleted automatically upon the end of the cli session or the closing of wsl abdalla@DESKTOP-9IC0VL5:/mnt/c/Users/hp$ export desk=/mnt/c/Users/hp/...
Notme's user avatar
  • 83
1 vote
2 answers
293 views

I am having a little problem with my ubuntu16.04 terminal. I wanted to have access to a data-base through the use of the : echo source /Infos/bd/config11 >> .bashrc echo source /Infos/bd/...
Elias Bendjaballah's user avatar
0 votes
2 answers
195 views

I was editing my .bash_profile and .bash_login, and I accidentally added a circular reference so that two files were including each other. After closing the session and trying to sign in again, the ...
mbomb007's user avatar
  • 123