alias ffmpeg to disable banner in fish

This commit is contained in:
ant 2024-10-02 10:20:58 +02:00
parent e36afbf4e0
commit 0ae917fd71

View file

@ -100,6 +100,7 @@
sxiv = "nsxiv"; sxiv = "nsxiv";
del = "trash -rf"; del = "trash -rf";
rsyncp = "rsync --info=progress2 --no-inc-recursive"; rsyncp = "rsync --info=progress2 --no-inc-recursive";
ffmpeg = "ffmpeg -hide_banner";
}; };
plugins = [ plugins = [