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:
@@ -3820,6 +3820,9 @@ $cmd_duration\
|
|||||||
# Enable/disable the blank line at the start of the prompt
|
# Enable/disable the blank line at the start of the prompt
|
||||||
add_newline = false
|
add_newline = false
|
||||||
|
|
||||||
|
# Set timeout for commands
|
||||||
|
command_timeout = 1000
|
||||||
|
|
||||||
[character]
|
[character]
|
||||||
format = "$symbol"
|
format = "$symbol"
|
||||||
success_symbol = "[ ❯❯❯](bold green) "
|
success_symbol = "[ ❯❯❯](bold green) "
|
||||||
@@ -3847,8 +3850,8 @@ read_only = ""
|
|||||||
".config" = " "
|
".config" = " "
|
||||||
"config" = " "
|
"config" = " "
|
||||||
"Config" = " "
|
"Config" = " "
|
||||||
"Calibre_Library" = " "
|
"Books" = " "
|
||||||
"Calibre Library" = " "
|
"Data" = " "
|
||||||
"Desktop" = " "
|
"Desktop" = " "
|
||||||
"Documents" = " "
|
"Documents" = " "
|
||||||
"Finances" = " "
|
"Finances" = " "
|
||||||
@@ -3861,7 +3864,6 @@ read_only = ""
|
|||||||
"Music" = " "
|
"Music" = " "
|
||||||
"Spotify" = " "
|
"Spotify" = " "
|
||||||
"Pictures" = " "
|
"Pictures" = " "
|
||||||
"Projects" = " "
|
|
||||||
"Personal" = " "
|
"Personal" = " "
|
||||||
"System" = " "
|
"System" = " "
|
||||||
"Videos" = " "
|
"Videos" = " "
|
||||||
|
Submodule dwm/.config/dwm-flexipatch updated: 1ea3ac44ee...a10bfa96db
Submodule emacs/.config/doom-emacs updated: 7bb5df4cd4...b9f1d5d261
@@ -26,6 +26,9 @@ $cmd_duration\
|
|||||||
# Enable/disable the blank line at the start of the prompt
|
# Enable/disable the blank line at the start of the prompt
|
||||||
add_newline = false
|
add_newline = false
|
||||||
|
|
||||||
|
# Set timeout for commands
|
||||||
|
command_timeout = 1000
|
||||||
|
|
||||||
[character]
|
[character]
|
||||||
format = "$symbol"
|
format = "$symbol"
|
||||||
success_symbol = "[ ❯❯❯](bold green) "
|
success_symbol = "[ ❯❯❯](bold green) "
|
||||||
@@ -53,8 +56,8 @@ read_only = ""
|
|||||||
".config" = " "
|
".config" = " "
|
||||||
"config" = " "
|
"config" = " "
|
||||||
"Config" = " "
|
"Config" = " "
|
||||||
"Calibre_Library" = " "
|
"Books" = " "
|
||||||
"Calibre Library" = " "
|
"Data" = " "
|
||||||
"Desktop" = " "
|
"Desktop" = " "
|
||||||
"Documents" = " "
|
"Documents" = " "
|
||||||
"Finances" = " "
|
"Finances" = " "
|
||||||
@@ -67,7 +70,6 @@ read_only = ""
|
|||||||
"Music" = " "
|
"Music" = " "
|
||||||
"Spotify" = " "
|
"Spotify" = " "
|
||||||
"Pictures" = " "
|
"Pictures" = " "
|
||||||
"Projects" = " "
|
|
||||||
"Personal" = " "
|
"Personal" = " "
|
||||||
"System" = " "
|
"System" = " "
|
||||||
"Videos" = " "
|
"Videos" = " "
|
||||||
|
Reference in New Issue
Block a user