Starship Config Updates

- Update dwm submodule
- Update doom emacs submodule
- Set longer command timeout in starship config
- Update starship filepath icons
This commit is contained in:
Sravan Balaji
2024-07-12 20:21:09 -04:00
parent bdfe9bf535
commit ceb09c3014
4 changed files with 12 additions and 8 deletions

View File

@@ -3820,6 +3820,9 @@ $cmd_duration\
# Enable/disable the blank line at the start of the prompt
add_newline = false
# Set timeout for commands
command_timeout = 1000
[character]
format = "$symbol"
success_symbol = "[ 󱞪 ](bold green) "
@@ -3847,8 +3850,8 @@ read_only = ""
".config" = "  "
"config" = "  "
"Config" = "  "
"Calibre_Library" = " "
"Calibre Library" = " "
"Books" = " 󱉟 "
"Data" = " "
"Desktop" = "  "
"Documents" = " 󰈙 "
"Finances" = "  "
@@ -3861,7 +3864,6 @@ read_only = ""
"Music" = "  "
"Spotify" = "  "
"Pictures" = "  "
"Projects" = "  "
"Personal" = "  "
"System" = "  "
"Videos" = "  "

View File

@@ -26,6 +26,9 @@ $cmd_duration\
# Enable/disable the blank line at the start of the prompt
add_newline = false
# Set timeout for commands
command_timeout = 1000
[character]
format = "$symbol"
success_symbol = "[ 󱞪 ](bold green) "
@@ -53,8 +56,8 @@ read_only = ""
".config" = "  "
"config" = "  "
"Config" = "  "
"Calibre_Library" = " "
"Calibre Library" = " "
"Books" = " 󱉟 "
"Data" = " "
"Desktop" = "  "
"Documents" = " 󰈙 "
"Finances" = "  "
@@ -67,7 +70,6 @@ read_only = ""
"Music" = "  "
"Spotify" = "  "
"Pictures" = "  "
"Projects" = "  "
"Personal" = "  "
"System" = "  "
"Videos" = "  "