Skip to content

Instantly share code, notes, and snippets.

@linux-china
Created August 30, 2017 06:36
Show Gist options
  • Save linux-china/8c804aef454b875526a62689b5d126f7 to your computer and use it in GitHub Desktop.
Save linux-china/8c804aef454b875526a62689b5d126f7 to your computer and use it in GitHub Desktop.
Use .bashrc.d directory instead of bloated .bashrc
for file in ~/.bashrc.d/*.bashrc;
do
source “$file”
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment