Forgot an fi, $#!t.

This commit is contained in:
Andrei Jiroh Eugenio Halili 2021-08-29 21:25:08 +08:00 committed by GitHub
parent 0bc516dfeb
commit fb09922bbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -211,6 +211,7 @@ copyBashrc() {
warn "Existing bashrc found, renaming to ~/.bashrc.bak"
mv "$HOME/.bashrc" "$HOME/.bashrc.bak"
ln -s "$HOME/.dotfiles/ubuntu.bashrc" "$HOME/.bashrc"
fi
fi
fi
}