.vvconfig/.config/fish/functions/fix.fish

4 lines
62 B
Fish

function fix
sudo xattr -r -d com.apple.quarantine $argv
end