Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 346 Bytes

File metadata and controls

13 lines (10 loc) · 346 Bytes

ShellProfile

项目简介

  • 本目录包含个人 shell 配置文件(如 zsh 或 bash 配置),用于定制终端体验、别名、函数和环境变量。

安装

  • 将配置文件内容合并或 symlink 到主目录,例如:
ln -s /path/to/ShellProfile/.zshrc ~/.zshrc

注意

  • 在替换现有配置前请备份原文件。