Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 176 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 176 Bytes

bashrc

importing file

add this to your .bashrc

# include .bashrc if it exists
if [ -f $HOME/repos/bashrc/.bashrc ]; then
    . $HOME/repos/bashrc/.bashrc
fi