mirror of
https://github.com/Matir/skel.git
synced 2026-06-10 11:13:40 -07:00
Remove starship custom for gemini-cli
This commit is contained in:
@@ -39,16 +39,3 @@ disabled = true
|
|||||||
[kubernetes]
|
[kubernetes]
|
||||||
disabled = false
|
disabled = false
|
||||||
detect_folders = ["k8s"]
|
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) "
|
|
||||||
shell = ["/bin/sh", "-c"]
|
|
||||||
|
|||||||
Reference in New Issue
Block a user