about summary refs log tree commit diff
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--justfile4
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' \