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";