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:
parent
bdfe9bf535
commit
ceb09c3014
@ -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" = " "
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 1ea3ac44eeac2b10bf12351c9e4a7517ec4d032c
|
||||
Subproject commit a10bfa96dbeff95ef20f2e52fe2abf28994739d0
|
@ -1 +1 @@
|
||||
Subproject commit 7bb5df4cd4ae3a0916616dd7e50566b3caa9c931
|
||||
Subproject commit b9f1d5d2616751defd838266f6c8506faf642097
|
@ -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" = " "
|
||||
|
Loading…
x
Reference in New Issue
Block a user