Home

Published

- 1 min read

open .bashrc

img of open .bashrc

The solution for this is noted below

open .bashrc

Solution

   #In the terminal, type the command below to install nano:
sudo apt-get -y install nano
#Then run the following command to open .bashrc:
nano ~/.bashrc
# The ~/ means the file is will be opened from your Home path,
#hence the file should be located in your Home directory by default.

Try other methods by searching on the site. That is if this doesn’t work