We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a6d43a commit bef856aCopy full SHA for bef856a
src/installsoreware.md
@@ -140,5 +140,35 @@ source ~/.zshrc
140
141
142
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
+
168
169
170
171
172
173
更多的工具:https://python-web-guide.readthedocs.io/zh/latest/codingtools/codingtools.html
174
0 commit comments