# config **Repository Path**: zhb186/config ## Basic Information - **Project Name**: config - **Description**: 各种配置 - **Primary Language**: Shell - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## .bash生效方法 1,复制conf文件下的.bashrc到用户根目录(~) 2, 在已存在的.bashrc文件中添加一下语句 ```sh if [ -f ~/.bash_user ]; then . ~/.bash_user fi ```