Justfile: rename yubikey -> gpg-card

This commit is contained in:
steveej 2019-09-06 12:39:24 +02:00
parent 91136b27b0
commit 0a5fb52a63

View file

@ -246,8 +246,8 @@ run-with-channels +cmds:
source $(just -v _get_nix_path {{invocation_directory()}}/nix/variables/versions.nix) source $(just -v _get_nix_path {{invocation_directory()}}/nix/variables/versions.nix)
{{cmds}} {{cmds}}
# Switch between yubikeys which have a copy of the same key # Switch between gpg-card capable devices which have a copy of the same key
switch-yubikey: switch-gpg-card:
#!/usr/bin/env bash #!/usr/bin/env bash
# #
# Derived from https://github.com/drduh/YubiKey-Guide/issues/19. # Derived from https://github.com/drduh/YubiKey-Guide/issues/19.