Config File Collection
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12345
  1. # You may want to put all your additions into a folder file like
  2. # ~/.bashrc.d instead of adding them here directly.
  3. for file in ~/.bashrc.d/*.sh; do
  4. . $file
  5. done