linux - Include additional files in .bashrc -


i have stuff want perform in .bashrc prefer exist in file on system. how can include file .bashrc?

add source /whatever/file (or . /whatever/file) .bashrc want other file included.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

java - where to store the user credentials in an enterprise application(EAI)? -

openxml - Programmatically format a date in an excel sheet using Office Open Xml SDK -