Skip to content

davidsiro/linux-workspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Bunch of linux helpers/stuff

Including custom file in .bashrc

if [ -f $HOME/.bashrc-custom ]; then
    source $HOME/.bashrc-custom
fi

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published