Problem in bashrc

my terminal is having issues with bashrc. can you guide me

What are the problems? Please post screenshots and details, otherwise it is impossible to help you.

If there are issues with one terminal, you can always close it and try in a new one.

Your .bashrc file has been corrupted for some reason. Perhaps you or a program you installed modified it.

Use the attached default .bashrc file to replace your current .bashrc as indicated below.

  • No need to download the file - it will be downloaded directly to your VM using the commands below.
    bashrc.sh (5.5 KB)
  • PS: content of file subject to change without notice!

  1. Run the following command to use the attached file to replace your current .bashrc.
# on any of the terminals...
wget https://get-help.robotigniteacademy.com/uploads/short-url/jCNYU247kRWlsHrorkOf4U5w7wN.sh -O bashrc.sh
cp -f bashrc.sh /home/user/.bashrc
  1. Then, in each of the terminals, run:
source /home/user/.bashrc

Done. Everything should work properly now.

Thank you. Its fine now

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.