Update deploy.sh

This commit is contained in:
Bryan Joshua Pedini 2021-02-14 11:35:50 +01:00 committed by GitHub
parent c300c54b75
commit 7094d512c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,5 +12,5 @@ _cleanup() {
_bash_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/_all\nfi" >> ~/.bashrc
}