|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Need to run source .bashrc everytime
hi all, I've included some variables in my .bashrc file. But everytime i'm logging in i need to source my .bashrc file to make effect of my variables. i'm having an account on a highly secured production environment. I've the following in my ~/.bashrc file Code:
alias cls=clear How to make it work without making source. Thanks a ton, Kalyan Last edited by kalyanraj; 09-22-2006 at 05:42 AM.. |
| Sponsored Links | ||
|
|
#2
|
|||
|
|||
|
Have you tried to read the man on bash? It says the bashrc file is read by the system when you open a subshell. If you want them to be set on the first place then put them in your .profile.
regards Apoorva Kumar |
| Sponsored Links | ||
|
|
#3
|
|||
|
|||
|
hi,
I modified my ~/.profile file and it worked for me. Thanks, Kalyan |
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| To move multiple files to a new folder everytime | jagadeeshn04 | Shell Programming and Scripting | 1 | 02-22-2012 03:03 PM |
| shell script : log to txt and insert new line everytime | peuceul | UNIX for Dummies Questions & Answers | 1 | 01-31-2012 04:20 AM |
| Script run everytime a new terminal window is opened | amason0508 | UNIX for Dummies Questions & Answers | 1 | 02-22-2011 06:50 PM |
| Why does my webserver stop everytime I exit my session? | kenny123m | UNIX for Dummies Questions & Answers | 6 | 04-16-2007 05:38 AM |
| Makefile relinks everytime | bellings | Shell Programming and Scripting | 10 | 06-17-2005 03:54 PM |
|
|