Shell Config in AI era
· One min read
几年前,我曾在公司内部分享过 zsh 配置的经验。现在,到了 AI 时代,各种 AI 工具如 Claude、Cursor、Windsurf 等,疯狂的在 home 中加入大量的配置。
这些配置是干什么的?有什么用?为什么有时候没有生效?
几年前,我曾在公司内部分享过 zsh 配置的经验。现在,到了 AI 时代,各种 AI 工具如 Claude、Cursor、Windsurf 等,疯狂的在 home 中加入大量的配置。
这些配置是干什么的?有什么用?为什么有时候没有生效?
不知道大家有没有遇到过这种情况:当访问一个用了 styled-components 技术的网站,打开开发者工具,想要修改下样式的时候,发现有些样式修改不了(注:chrome 更新后可以修改了,现在主要介绍下这项技术)。
We recommend using Static Generation (with and without data) whenever possible because your page can be built once and served by CDN, which makes it much faster than having a server render the page on every request.
Next.js has two forms of pre-rendering: Static Generation and Server-side Rendering. The difference is in when it generates the HTML for a page.