113 字
1 分钟
fish 插件
2024-07-13

前言#

我的配置可以在 GitHub 找到。

preview

插件管理器#

curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher

插件#

# 主题
fisher install lollipopkit/hydro
# 添加 sudo 前缀
fisher install oh-my-fish/plugin-sudope
# 解压
fisher install oh-my-fish/plugin-extract
# 跳转
fisher install jethrokuan/z
# 自动清除错误命令历史
fisher install meaningful-ooo/sponge

设置#

# 关闭欢迎语
set -U fish_greeting ""
# 设置主题
set -U hydro_symbol_prompt '>'
set -U hydro_symbol_git_dirty '!'
set -U hydro_color_pwd BB2D6F
set -U hydro_color_prompt BB2D6F
# 设置 sudo 前缀为 ctrl+s
set -g sudope_sequence \cs
fish 插件
https://blog.lpkt.cn/posts/fish-plugin/
作者
lollipopkit
发布于
2024-07-13
许可协议
CC BY-NC-SA 4.0