From 6ade6b867b220426135102f1dbca4cecc7e04aaa Mon Sep 17 00:00:00 2001 From: gibbyb Date: Tue, 11 Jun 2024 10:38:53 -0500 Subject: [PATCH] Clean up --- sources/dotfiles.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/dotfiles.sh b/sources/dotfiles.sh index d730092..1440cb5 100644 --- a/sources/dotfiles.sh +++ b/sources/dotfiles.sh @@ -2,7 +2,7 @@ mkdir ~/Documents/Configs # Set up Bash Config and Source it ASAP. -[ -f "$HOME/.bashrc" ] && rm ~/.bashrc +[ -f "$HOME/.bashrc" ] && mv ~/.bashrc ~/.bashrc.bak cp ~/.local/share/sunhat/configs/rc/bashrc ~/Documents/Configs/bashrc ln -s ~/Documents/Configs/bashrc ~/.bashrc source ~/.bashrc