From d2a85a7228e41353f4650797648cf001e6ebfa82 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Mon, 17 Jul 2023 10:02:53 -0500 Subject: [PATCH] Remove stuff added to bashrc --- common/bash/rc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/common/bash/rc b/common/bash/rc index d96315f..77ee9ac 100644 --- a/common/bash/rc +++ b/common/bash/rc @@ -7,7 +7,4 @@ command -v fish >/dev/null 2>&1 && grep fish /etc/shells >/dev/null 2>&1 && { echo " Once that's done, simply run 'fish'." echo " You can also try fish temporarily by running 'fish'. No 'chsh' commitment required." echo " If you're in bash intentionally for some reason, then ignore this message." -} -. "$HOME/.cargo/env" - -source /home/daniel/.home/.config/broot/launcher/bash/br +} \ No newline at end of file