-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# SimpleAddEnvPath | ||
Go语言实现,快速添加环境变量工具,适用于Mac和Linux | ||
|
||
# 使用方式 | ||
从release中下载mac版本的可执行文件,或者自行编译。 | ||
|
||
addPath 添加当前目录到Path环境变量 | ||
|
||
addPath [value] 添加value到`~/.zshrc`或者`~/.bashrc`中 | ||
|
||
addPath [path] [value] 添加value到path中,path必须存在 |