Remove stuff added to bashrc

This commit is contained in:
Daniel Flanagan 2023-07-17 10:02:53 -05:00
parent 4550852f48
commit d2a85a7228
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
1 changed files with 1 additions and 4 deletions

View File

@ -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
}