"~/.bash_profile" 12L, 191C 10,35 All # .bash_profile # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi # User specific environment and startup programs PATH=$PATH:$HOME/bin:/usr/local/bin export PATH
CentOS增加命令路径
10 min read
"~/.bash_profile" 12L, 191C 10,35 All # .bash_profile # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi # User specific environment and startup programs PATH=$PATH:$HOME/bin:/usr/local/bin export PATH