diff options
author | Franck Cuny <franck@fcuny.net> | 2024-12-16 16:43:44 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-12-16 16:43:44 -0800 |
commit | c52d0011659f02de807518a3aeecfda9d00458db (patch) | |
tree | 8695885865fa9a04ecdb8441a0a3771292231ea0 /justfile | |
parent | add myself to the podman group (diff) | |
download | world-c52d0011659f02de807518a3aeecfda9d00458db.tar.gz |
use fish in justfile
Diffstat (limited to '')
-rw-r--r-- | justfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/justfile b/justfile index 96ddc1e..772244b 100644 --- a/justfile +++ b/justfile @@ -25,7 +25,7 @@ fmt: [doc('edit a secret')] [macos] secrets +args: - #!/etc/profiles/per-user/fcuny/bin/fish + #!/usr/bin/env fish cd secrets && agenix -e {{args}}.age -i (op read "op://Personal/nixos/private key?ssh-format=openssh"|psub) [group('machines')] @@ -81,7 +81,7 @@ vm-bootstrap: [group('vm')] vm-copy: - #!/usr/bin/env bash + #!/usr/bin/env fish rsync -av -e 'ssh {{SSH_OPTIONS}}' \ --exclude='.git/' \ --exclude='result' \ |