0
votes
0answers
31 views

Loading my bashrc without sourcing it everytime [duplicate]

Possible Duplicate: .bashrc doesn't get executed I have my .bashrc file properly setup but for some reason, when I login into the server, it does not load the custom profile. ...
0
votes
1answer
754 views

.bashrc doesn't get executed

I have a user (non-root) which has a ~/.bashrc file with some aliases in it. But it doesn't look like the file is executed at log in time. If I do source ~/.bashrc then it does what it's supposed to. ...