LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Command to Implement new settings w/o re-logging in... (https://www.linuxquestions.org/questions/linux-software-2/command-to-implement-new-settings-w-o-re-logging-in-194803/)

rootking 06-17-2004 09:18 PM

Command to Implement new settings w/o re-logging in...
 
ya know how when you put an alias in your .profile (if you're using bash) of your home directory and want to be able to use that alias automatically? I know there's a command which reloads your settings into the system thus making it so that you don't have to logout and login again to have these settings take affect. Does anyone know this command?

thanks
rootking

Shade 06-17-2004 11:41 PM

Code:

source .bashrc
or
Code:

source .bash_profile.
or simply
Code:


. .bash_profile
. .bashrc

--Shade

rootking 06-18-2004 12:45 PM

ok thanks. thats exactly it


All times are GMT -5. The time now is 05:16 PM.