gpt4 book ai didi

shell - fish shell 提示: fish not reading fish_prompt. fish nor fish_right_prompt.fish

转载 作者:行者123 更新时间:2023-12-04 19:25:48 28 4
gpt4 key购买 nike

为了对 fish 提示进行一些小的更改,我修改了 ~/.config/fish/目录中的 fish_prompt.fish/fish_right_prompt.fish 文件,但这并没有改变任何东西。
'functions --details fish_prompt' 什么都不返回,并且 'functions --all fish_prompt' 吐出:

# Defined via `source`
function fish_prompt
set -l last_status $status
if set -q CONDA_LEFT_PROMPT
__conda_add_prompt
end
return_last_status $last_status
__fish_prompt_orig
end
我需要从哪里去修改提示 - 我只需要在提示末尾添加时间戳和换行符?
我安装了 omf、git-plugin,它们都可能取代 fish_prompt 和 fish_right_prompt 函数。我在一个ubuntu系统上。谢谢你的帮助!

最佳答案

虽然有几个 fish_prompt.fish 函数分散在周围——在我的例子中,其中有 8 个由“find”命令显示,但在 omf 下似乎很重要的一个是:

~/.local/share/omf/themes/<your_current_theme>/fish_prompt.fish
我最终修改了它以获得我想要的!

关于shell - fish shell 提示: fish not reading fish_prompt. fish nor fish_right_prompt.fish,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/71179253/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com