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.
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.