Answers for "open bashrc file in linux"

0

bashrc file location in linux

vi ~/.bashrc
Posted by: Guest on February-25-2021
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
-1

open bashrc

nano ~/.bashrc
Posted by: Guest on July-22-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language