alias ffmpeg to disable banner in fish
This commit is contained in:
parent
e36afbf4e0
commit
0ae917fd71
1 changed files with 1 additions and 0 deletions
1
fish.nix
1
fish.nix
|
|
@ -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 = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue