如何设置哦我的鱼主题

tia*_*ong 1 fish

我已经安装了oh-my-fish和bobthefish它们,我想使用bobthefish主题,我遵循他的建议并投入Theme bobthefish我的~/.config/fish/config.fish运行omf install,但它报告了一个错误:

fish: Unknown command 'Theme bobthefish'
~/.config/fish/config.fish (line 19): Theme bobthefish
                                      ^
from sourcing file ~/.config/fish/config.fish
    called during startup
Run Code Online (Sandbox Code Playgroud)

这是我的config.fish:

# Path to your oh-my-fish.
set -g OMF_PATH $HOME/.local/share/omf

# Path to your oh-my-fish configuration.
set -g OMF_CONFIG $HOME/.config/omf

fish_vi_mode
set --export EDITOR "vim"


### Configuration required to load oh-my-fish ###
# Note: Only add configurations that are required to be set before oh-my-fish is loaded.
# For common configurations, we advise you to add them to your $OMF_CONFIG/init.fish file or
# to create a custom plugin instead.

# Load oh-my-fish configuration.
source $OMF_PATH/init.fish

Theme bobthefish
Run Code Online (Sandbox Code Playgroud)

der*_*vis 5

我是Oh My Fish的贡献者之一.

我强烈建议您通过干净安装从以前的版本升级.请按照Oh My Fish存储库的README文件中的升级说明进行操作.

干净安装后,只需发出一个问题omf install bobthefish,您将进入主题.

如果您仍然需要帮助,请随时加入我们的Slack并提高您的声音!