Answers for "does git bash have bashrc"

0

does git bash have bashrc

# Interactive shells, like git bash, read from the .bash_profile by default.
# Non-interactive shells read from .bashrc
# You may use .bash_profile instead of .bashrc or create the .bashrc file and
# run source to read the new .bashrc file

source ~/.bashrc
Posted by: Guest on September-30-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language