0
点赞
收藏
分享

微信扫一扫

bash shell - modify profile for alias

宁静的猫 2023-04-20 阅读 77


You can setup files that automatically configure your working environment every time you login. The three major configuration files for the bash shell are:

  1. /etc/profile - generic system-wide profile
  2. .bash_profile - personal profile that is processed every time you login
  3. .bashrc - setup file processed every time you open a non-login shell

 

举报

相关推荐

0 条评论