From 007a8db20623612c1bb2aa16598ca2ccfbca6b72 Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Mon, 3 Feb 2025 06:21:41 +0100 Subject: [PATCH] fish: update fastfetch invocation --- dot-config/fish/config.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot-config/fish/config.fish b/dot-config/fish/config.fish index c5cc6879..bdfefa16 100644 --- a/dot-config/fish/config.fish +++ b/dot-config/fish/config.fish @@ -5,7 +5,7 @@ if status is-interactive source ~/.config/fish/functions/eza-aliases.fish source ~/.config/fish/functions/git-aliases.fish set EZA_COLORS "*.patch.skip=38;5;244" - command -v fastfetch && command fastfetch -c ~/.config/fastfetch/config.jsonc + command -v fastfetch && command fastfetch -c ~/.config/fastfetch/default.jsonc source (/usr/bin/starship init fish --print-full-init | psub) set -g fish_greeting trap "sh ~/.local/bin/base16-flavours" "SIGUSR1" -- 2.51.2