This commit is contained in:
nick 2018-05-19 11:41:25 +08:00
parent 4911e4f1eb
commit b3853a70ea
2 changed files with 19 additions and 1 deletions

View File

@ -51,7 +51,7 @@
* [git](git.md)
## 插件工具
* [tool](tool.md)
* [工具](tool.md)
## shell 脚本
* [shell](shell.md)

18
tool.md Normal file
View File

@ -0,0 +1,18 @@
- __`Oh My Zsh` Shell__
- 基于 `Oh My Zsh` 的插件
- `zsh-autosuggestions` #自动提示历史路径
- `zsh-syntax-highlighting` #命令高亮提示
- __`safe-rm` 防止执行 `rm -rf /`__
- __`axel` 多线程下载工具__
- __`psysh` PHP 命令行工具__
- __`ccat` 高亮查看文件内容__
- __`mycli` MySQL 命令行工具具有高亮提示__
- __`shellcheck` Shell 脚本语法检查提示__