add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

29
pages.zh/common/fisher.md Normal file
View File

@@ -0,0 +1,29 @@
# fisher
> Fisher一个fish shell插件管理器。
> 通过名称或从管理的'fishfile'中安装插件以进行打包安装。
> 更多信息:<https://github.com/jorgebucaran/fisher>。
- 安装一个或多个插件:
`fisher {{plugin1}} {{plugin2}}`
- 从GitHub gist安装插件
`fisher {{gist_url}}`
- 使用您喜欢的编辑器手动编辑'fishfile'并安装多个插件:
`{{editor}} ~/.config/fish/fishfile; fisher`
- 列出已安装的插件:
`fisher ls`
- 更新插件:
`fisher update`
- 移除一个或多个插件:
`fisher remove {{plugin1}} {{plugin2}}`