1
Show HN: One-command zsh environment setup
一条命令搞定zsh环境初始化,快速上手高效终端,告别繁琐配置。
Article URL: https://github.com/PeterGabaldon/LinuxEnv Comments URL: https://news.ycombinator.com/item?id=48476113 Points: 1 # Comments: 0
一条命令搞定zsh环境初始化,快速上手高效终端,告别繁琐配置。
Article URL: https://github.com/PeterGabaldon/LinuxEnv Comments URL: https://news.ycombinator.com/item?id=48476113 Points: 1 # Comments: 0
将Claude Code封装为zsh函数,分享60行代码背后反复调整的决策过程,教你避开常见坑点。
Claude Code's --help lists 50+ flags. After two weeks of using it daily, I built a zsh wrapper called cco that bakes in the flags I actually want. The…