Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
Source by www.baeldung.com #
 
PREVIOUS NEXT
Tagged: #git #bash #bashrc
ADD COMMENT
Topic
Name
8+7 =