Answers for "where is .bashrc"

0

find bashrc

ls -la ~/ | more						#to find bashrc 
sudo nano .bashrc						#to edit the file
Posted by: Guest on March-03-2022
0

what is the use of bashrc file in linux

The purpose of a . bashrc file is to provide a place where you 
can set up variables, functions and aliases, define your (PS1) prompt
and define other settings that you want to use every time you open a 
new terminal window. It works by being run each time you open up a new 
terminal, window or pane.
Posted by: Guest on November-28-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language