📜  linux中bashrc文件有什么用——Shell-Bash代码示例

📅  最后修改于: 2022-03-11 14:50:55.536000             🧑  作者: Mango

代码示例2
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.