From 0ae917fd71d859b903b868e041e260ac24f93827 Mon Sep 17 00:00:00 2001 From: ant Date: Wed, 2 Oct 2024 10:20:58 +0200 Subject: [PATCH] alias ffmpeg to disable banner in fish --- fish.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/fish.nix b/fish.nix index 4948bfa..506d070 100644 --- a/fish.nix +++ b/fish.nix @@ -100,6 +100,7 @@ sxiv = "nsxiv"; del = "trash -rf"; rsyncp = "rsync --info=progress2 --no-inc-recursive"; + ffmpeg = "ffmpeg -hide_banner"; }; plugins = [