Skip to content
Github Pages
Go back

使用 fisher 管理 fish shell 插件拓展

Edit page
使用 fisher 管理 fish shell 插件拓展 cover

使用 fisher 管理 fish shell 插件拓展

fish 是一个功能很强大的 shell,但是没有插件的话只有默认的补全功能,虽然比 bash 好用,但是不支持 posix 标准的 sh 脚本,难免心里感到有些不爽。

不过幸好有 fisher [github link] 这个管理工具

Arch 的官方仓库就有收录,因此直接使用 pacman 完成安装

sudo pacman -S fisher

插件可以在这里搜索到: https://github.com/topics/fish-plugin

  1. 安装插件
fisher install xxx/xxx
  1. 列出插件
fisher list
  1. 移除插件
fisher remove xxx/xxx

常用插件:


Edit page
Share this post on:

Previous Post
2025年12月22日-2025年12月28日
Next Post
一键配置 Zsh + Oh My Zsh