Skip to content

Commit 621ae6b

Browse files
committed
Starship: Add symbol to git and k8s
1 parent 631947a commit 621ae6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.config/starship.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ repo_root_style='bold cyan underline'
5757
fish_style_pwd_dir_length=2
5858

5959
[git_branch]
60-
format = '\[[$branch]($style)\]'
60+
format = '\[[$symbol$branch]($style)\]'
6161

6262
[git_commit]
6363
only_detached=false
@@ -72,7 +72,7 @@ detect_env_vars=[
7272
"KUBECONFIG",
7373
]
7474
disabled=false
75-
format='\[[$context/$namespace]($style)\] '
75+
format='\[[$symbol$context:$namespace]($style)\] '
7676
style='green bold'
7777

7878
[shell]

0 commit comments

Comments
 (0)