# Defined in /tmp/fish.dwCY0N/mount-vc.fish @ line 2 function mount-vc --argument device key_name target -d Mount a veracrypt container with a keyfile stored in /home/anton/.keys nix-shell -p veracrypt --run "sudo veracrypt -k /home/anton/.keys/$argv[2] -p \"\" $argv[1] $argv[3]" end