feat: install garden and kubectl (sort of)

This commit is contained in:
2026-07-10 20:50:36 +02:00
parent d40d3c9ef4
commit e4616b6a3a
2 changed files with 12 additions and 0 deletions
+11
View File
@@ -62,6 +62,17 @@
'';
initContent = ''
source <(/home/kiri/.garden/gardenctl completion zsh)
[ -n "$GCTL_SESSION_ID" ] || [ -n "$TERM_SESSION_ID" ] || export GCTL_SESSION_ID=$(uuidgen)
if [ -z "$GCTL_SESSION_ID" ] && [ -z "$TERM_SESSION_ID" ]; then
export GCTL_SESSION_ID=$(uuidgen)
fi
eval $(/home/kiri/.garden/gardenctl kubectl-env zsh)
bindkey -v
export KEYTIMEOUT=1