zsh: switch: pass through args

This commit is contained in:
2024-06-12 22:47:23 +00:00
parent f477370e4c
commit aab9ed0d35

View File

@@ -186,7 +186,7 @@ in
}; };
function switch() { function switch() {
~/nixos/scripts/deploy ~/nixos/scripts/deploy "$@"
} }
''; '';