From 213382aa9902580e13fa82123254e303c1fe648f Mon Sep 17 00:00:00 2001 From: Mo8it Date: Wed, 14 Dec 2022 19:09:16 +0100 Subject: [PATCH] Compile Helix on Update --- .config/zellij/layouts/update.kdl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.config/zellij/layouts/update.kdl b/.config/zellij/layouts/update.kdl index 94d7ea5..126fc88 100644 --- a/.config/zellij/layouts/update.kdl +++ b/.config/zellij/layouts/update.kdl @@ -14,6 +14,12 @@ layout { args "-c" "~/.scripts/update.py cargo" close_on_exit true } + pane { + cwd "/home/mo/code/compile/helix" + command "fish" + args "-c" "git pull -r && cargo install --path helix-term" + close_on_exit true + } pane { cwd "/home/mo/servers/ansible" command "fish"