Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

bashrc file location in linux

vi ~/.bashrc
Comment

how to access bashrc on linux

enter_editor_of_choice_here ~/.bashrc

eg. nano ~/.bashrc
Comment

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.
Comment

PREVIOUS NEXT
Code Example
Shell :: idea folder git 
Shell :: generate pkcs12 certificate using keytool 
Shell :: install jellyfin docker 
Shell :: linux move everything except 
Shell :: shell add thousands separator in a number 
Shell :: apache2 default page 
Shell :: git how to not commit but keep changes 
Shell :: yacc install in kali linux 
Shell :: SCP copy a directory from a local to remote system 
Shell :: vim replace multiple spaces with one 
Shell :: where is upower linux 
Shell :: git get remote branch 
Shell :: ascii to binary in bash 
Shell :: ubuntu wifi drivers 
Shell :: remove multiple files powershell 
Shell :: ssh codecommit 
Shell :: knows the version of one application on ubuntu 
Shell :: delete line in sed 
Shell :: how to use https in npm install instead of ssh 
Shell :: ssh key exchange 
Shell :: .aws directory not found 
Shell :: decrypt user password linux 
Shell :: how to git commit and push 
Shell :: create gz in ubuntu 
Shell :: btop++ on ubuntu 
Shell :: remove file from repo 
Shell :: mysql connect another port 
Shell :: how to save changes made to models in django 
Shell :: npm commands 
Shell :: bash loop over files with extension 
ADD CONTENT
Topic
Content
Source link
Name
9+8 =