diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2025-10-06 10:24:50 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2025-10-06 10:24:50 +0530 |
| commit | dd6ad7288af8b104b47a684e30678a5c1ff3f4d5 (patch) | |
| tree | 5e2519297723959dc7c51f8dd55078ec44722384 /starship.toml | |
| parent | 03d0d14641e59fbb4834af1bc3de24144acf3826 (diff) | |
foot gives an error?
Diffstat (limited to 'starship.toml')
| -rw-r--r-- | starship.toml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/starship.toml b/starship.toml index 973ad3f..07e4374 100644 --- a/starship.toml +++ b/starship.toml @@ -6,6 +6,7 @@ $os\ $username\ [](bg:dir_bg fg:os_bg)\ $directory\ +$custom_bash\ [](fg:dir_bg bg:git_bg)\ $git_branch\ $git_status\ @@ -14,7 +15,7 @@ $nodejs\ $rust\ $golang\ [](fg:lang_bg bg:background)\ -\n$character""" +\n$character """ palette = "gruvbox" @@ -153,3 +154,8 @@ vimcmd_symbol = '[](bold fg:green)' vimcmd_replace_one_symbol = '[](bold fg:purple)' vimcmd_replace_symbol = '[](bold fg:purple)' vimcmd_visual_symbol = '[](bold fg:yellow)' + +[custom.bash] +format = '[(fg:yellow bg:lang_bg)]($style)' +command = 'echo "(bash)"' +when = '[[ $SHELL == *bash* ]]' |
