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.
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
Post a Comment