Skip to content

Instantly share code, notes, and snippets.

View CNife's full-sized avatar

潭渊 CNife

  • Zhejiang Lab
  • Hangzhou, Zhejiang, PRC
View GitHub Profile
@CNife
CNife / ai_ide_rules.md
Last active March 11, 2026 05:15
Claude Code / Cursor / Trae rules

Language

Always answer in Chinese. 永远用中文回答。

Git提交

提交信息格式

使用尽量简短的提交信息,描述变更的内容,只在一行之内。

@CNife
CNife / Shell代码片段.md
Last active November 11, 2019 07:28
Shell代码片段

查找 oh-my-zsh 的插件

find $ZSH/plugins $ZSH/custom/plugins -maxdepth 1 -type d -name '*{{插件名}}*'

设置中文 manpages

# 安装中文manpages包
sudo apt install manpages-zh