oopsie, recursive copy
This commit is contained in:
parent
07c9af1e22
commit
f7bc80e5b5
@ -11,6 +11,6 @@ _cleanup() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
_bash_overrides() {
|
_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
|
echo -e "if [ -f ~/.bashrc_overrides/_all ]; then\n . ~/.bashrc_overrides\nfi" >> ~/.bashrc
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user