dmtucker / config

Personal Environment
MIT License
1 stars 2 forks source link

Prepend bash sources #101

Closed dmtucker closed 5 years ago

dmtucker commented 5 years ago

When running refresh_config, source ~/.config/dmtucker/bashrc.bash gets moved to the end of the file which overwrites other things in ~/.bashrc (e.g. $PS1) instead of providing a base for it.

The source should probably be prepended instead of appended.