oopsie, recursive copy

This commit is contained in:
Bryan Joshua Pedini 2021-01-11 15:36:24 +01:00
parent 07c9af1e22
commit f7bc80e5b5
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@ _cleanup() {
}
_bash_overrides() {
cp bashrc_overrides ~/.bashrc_overrides
cp -r bashrc_overrides ~/.bashrc_overrides
echo -e "if [ -f ~/.bashrc_overrides/_all ]; then\n . ~/.bashrc_overrides\nfi" >> ~/.bashrc
}