Answers for "how to edit bash rc file"

0

how to edit bash rc file

#Edit file:
vim ~/.bashrc
#Reload your changes using (you may need to reset terminal):
source ~/.bashrc
Posted by: Guest on February-19-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language