dotfiles/stowers/fastfetch/dot-config/fish/conf.d/99-fastfetch.fish

3 lines
173 B
Fish

if status --is-interactive; and test -f /etc/os-release
fastfetch --logo (grep -Ee '^ID=' /etc/os-release | sed 's,ID="\(.*\)-.*",\1,g') -c ~/.config/fastfetch.json
end