Skip to content

Commit bef856a

Browse files
直至4月15号的微信和PC端的文章啊全部更新完毕
1 parent 2a6d43a commit bef856a

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

src/installsoreware.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,5 +140,35 @@ source ~/.zshrc
140140

141141

142142

143+
**自动提示命令**
144+
145+
146+
147+
```bash
148+
// 下载插件
149+
git clone git://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions
150+
151+
// 打开~/.zshrc
152+
vim ~/.zshrc
153+
154+
// 在插件一栏加入插件
155+
plugins=(git zsh-syntax-highlighting zsh-autosuggestions )
156+
157+
// 另配置生效:
158+
source ~/.zshrc
159+
```
160+
161+
162+
163+
最后配置文件的样子;
164+
165+
166+
167+
![](https://ws2.sinaimg.cn/large/006tNc79ly1g2a9nkedynj313m0ei774.jpg)
168+
169+
170+
171+
172+
143173
更多的工具:https://python-web-guide.readthedocs.io/zh/latest/codingtools/codingtools.html
144174

0 commit comments

Comments
 (0)