aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2025-10-06 10:24:50 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2025-10-06 10:24:50 +0530
commitdd6ad7288af8b104b47a684e30678a5c1ff3f4d5 (patch)
tree5e2519297723959dc7c51f8dd55078ec44722384
parent03d0d14641e59fbb4834af1bc3de24144acf3826 (diff)
foot gives an error?
-rw-r--r--foot/foot.ini3
-rw-r--r--starship.toml8
2 files changed, 8 insertions, 3 deletions
diff --git a/foot/foot.ini b/foot/foot.ini
index b13bf52..5928177 100644
--- a/foot/foot.ini
+++ b/foot/foot.ini
@@ -2,5 +2,4 @@
font=JetBrainsMono Nerd Font:size=12
[colors]
-background=#282828
-; background=181926
+background=282828
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* ]]'