From a7af5a23faa9a8c74e94da12d5a823fe07b66f4b Mon Sep 17 00:00:00 2001 From: Antoine Vaure Date: Sun, 2 Feb 2025 19:20:10 +0100 Subject: [PATCH] Alia ffprobe to avoid banner --- fish.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/fish.nix b/fish.nix index 8070095..f0e9054 100644 --- a/fish.nix +++ b/fish.nix @@ -103,6 +103,7 @@ del = "trash -rf"; rsyncp = "rsync --info=progress2 --no-inc-recursive"; ffmpeg = "ffmpeg -hide_banner"; + ffprobe = "ffprobe -hide_banner"; co = "git checkout"; stash = "git stash"; popstash = "git stash pop";