mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-27 09:03:17 +00:00
Fish: FLAC compression function
This commit is contained in:
parent
55a59677b1
commit
83aa016c9d
4
.config/fish/functions/flacc.fish
Normal file
4
.config/fish/functions/flacc.fish
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
# Defined in /tmp/fish.GyKM24/flacc.fish @ line 1
|
||||||
|
function flacc
|
||||||
|
flac -f -8 -V $argv
|
||||||
|
end
|
Loading…
Reference in a new issue