When opening Alacritty I receive [WARN] - (starship::configs::starship_root)

When opening Alacritty I get error messages such as;

[WARN] - (starship::configs::starship_root): Unknown config key 'docker'

Searching through the forums I found the myriad other threads that suggest sudo pacman -Syu starship. I tried that, to no avail.

Checking pacman, it appears I do NOT have starship-git installed.

 ╭─mlindsay@rocinante in ~ took 11s
[🔴] × sudo pacman -Qs starship
local/garuda-starship-prompt 1.0.1-1
    Starship prompt preset for Garuda Linux
local/starship 0.54.0-1
    The cross-shell prompt for astronauts

What should I do to fix this?

no sudo needed

LANG=C pacman -Qs starship
local/garuda-starship-prompt 1.0.1-1
    Starship prompt preset for Garuda Linux
local/starship 0.54.0-1
    The cross-shell prompt for astronauts

 ╭─sgs@kde in ~ took 23ms
 ╰─λ LANG=C pacman -Qi starship
Name            : starship
Version         : 0.54.0-1
Description     : The cross-shell prompt for astronauts
Architecture    : x86_64
URL             : https://starship.rs/
Licenses        : ISC
Groups          : None
Provides        : None
Depends On      : gcc-libs  glibc  libgit2.so=1.1-64  openssl
Optional Deps   : noto-fonts-emoji: emoji support for terminals [installed]
                  powerline-fonts: powerline symbols for terminals
Required By     : garuda-starship-prompt
Optional For    : None
Conflicts With  : None
Replaces        : None
Installed Size  : 5,61 MiB
Packager        : Maxime Gauduin <[email protected]>
Build Date      : Sa 15 Mai 2021 20:39:45 CEST
Install Date    : Di 18 Mai 2021 19:10:03 CEST
Install Reason  : Installed as a dependency for another package
Install Script  : No
Validated By    : Signature

delete ‘docker’ from fish.config or ‘starship’

2 Likes

Did you also
cp /etc/skel/.config/starship.toml ~/.config/starship.toml
?

5 Likes

Perfect, ty @filo . I dunno why I didn't think of trying that before. Not practiced enough with it I guess :slight_smile:

1 Like

No no, you said it right, there's a myriad of posts about this problem, so this piece of information often gets lost...

2 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.