We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
搞了个二手的MacBook用,重新配置的时候,走了不少弯路啊。
首先就是proxy的问题。最直接的方法就是,直接在.zshrc中添加两个alias:
alias proxy="export http_proxy=http://127.0.0.1:7890;export https_proxy=http://127.0.0.1:7890;" alias unproxy="unset all_proxy"
这样就可以直接使用这两个命令了。之前也没想这么多,走了好多弯路 。
直接上链接:zsh-vi-mode 直接按照omz的方式下载 然后添加就完事了。 这个更好的原因也没别的,突出一个插入模式和normal模式之间的光标变化 ,好用。
这个需要自己安装 ,竟然总是以为是内置插件。哎。链接是这个。 内置了多好。
The text was updated successfully, but these errors were encountered:
突然发现,我的K380竟然可以完全放到这个13寸的MacBook键盘区上方,而不会触碰到其他按键。这可真是太棒了!
Sorry, something went wrong.
No branches or pull requests
搞了个二手的MacBook用,重新配置的时候,走了不少弯路啊。
自定义proxy命令
首先就是proxy的问题。最直接的方法就是,直接在.zshrc中添加两个alias:
这样就可以直接使用这两个命令了。之前也没想这么多,走了好多弯路 。
更好的zsh的vi-mode
直接上链接:zsh-vi-mode
直接按照omz的方式下载 然后添加就完事了。
这个更好的原因也没别的,突出一个插入模式和normal模式之间的光标变化 ,好用。
zsh-syntax-highlighting
这个需要自己安装 ,竟然总是以为是内置插件。哎。链接是这个。
内置了多好。
软件安装都有啥
The text was updated successfully, but these errors were encountered: