]> Freerunner's - dotfiles.git/commitdiff
fish: update fastfetch invocation
authorAndre Ramnitz <tux.rising@gmail.com>
Mon, 3 Feb 2025 05:21:41 +0000 (06:21 +0100)
committerAndre Ramnitz <tux.rising@gmail.com>
Mon, 3 Feb 2025 05:21:41 +0000 (06:21 +0100)
dot-config/fish/config.fish

index c5cc6879c48ca17a749558a541239136b0e66072..bdfefa16f220e24b925c36c541b86c3189b1b970 100644 (file)
@@ -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"