Skel updates

This commit is contained in:
David Tomaschik
2026-03-26 16:21:32 -07:00
parent b6af18017b
commit 2510f1ad87
3 changed files with 195 additions and 0 deletions

View File

@@ -39,3 +39,15 @@ disabled = true
[kubernetes]
disabled = false
detect_folders = ["k8s"]
[custom.gemini_context]
description = "Displays the current Gemini CLI context"
when = "test -n \"$GEMINI_CLI_HOME\""
command = """
context_dir=\"${XDG_CONFIG_HOME:-$HOME/.config}/gemini\"
if [[ \"$GEMINI_CLI_HOME\" == $context_dir/* ]]; then
basename \"$GEMINI_CLI_HOME\"
fi
"""
style = "bold blue"
format = "♊[$output](blue) "