From 33cc8e8ede11ed903a6106d8c93a9f64a6a6af31 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Tue, 3 Sep 2024 09:17:24 +0200 Subject: [PATCH] feat(zsh): add fu-build-dev function --- horsch/zsh.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/horsch/zsh.nix b/horsch/zsh.nix index 3192e68..ced4a8e 100644 --- a/horsch/zsh.nix +++ b/horsch/zsh.nix @@ -18,6 +18,10 @@ ./kas-container build kas/kas-ttc-image-horsch.yml } + function fu-build-dev { + ./kas-container build kas/kas-ttc-image-horsch-dev.yml + } + function fu-reboot { ssh fusion "reboot" }