Skip to content

jamesyfu/bashrc.d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Splits one big file into parts.

This config assumes support of color in the terminal.

Put the following code in the beginning of your ~/.bashrc file:

for file in ~/.bashrc.d/*.sh;
do
  source "$file"
done

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages