Simplify the starship prompt format.
This commit is contained in:
@ -9,7 +9,7 @@ command_timeout = 500
|
|||||||
format = """\
|
format = """\
|
||||||
$time\
|
$time\
|
||||||
$username\
|
$username\
|
||||||
$hostname: \
|
$hostname:\
|
||||||
$directory\
|
$directory\
|
||||||
$aws\
|
$aws\
|
||||||
$gcloud\
|
$gcloud\
|
||||||
@ -146,7 +146,8 @@ truncation_length = 4
|
|||||||
truncate_to_repo = true
|
truncate_to_repo = true
|
||||||
truncation_symbol = "…/"
|
truncation_symbol = "…/"
|
||||||
# fish_style_pwd_dir_length = 3
|
# fish_style_pwd_dir_length = 3
|
||||||
format = "([[]( fg:#ff3322)$read_only[]( fg:#ff3322)]($read_only_style))[[]( fg:#6F6A70)$path[]( fg:#6F6A70)]($style) "
|
# format = "([[]( fg:#ff3322)$read_only[]( fg:#ff3322)]($read_only_style))[[]( fg:#6F6A70)$path[]( fg:#6F6A70)]($style) "
|
||||||
|
# format = "([[ ](bg:#464347 fg:#ff3322)$read_only[](bg:#464347 fg:#ff3322)]($read_only_style))[[ ](bg:#464347 fg:#6F6A70)$path[](bg:#464347 fg:#6F6A70)]($style) "
|
||||||
|
|
||||||
[directory.substitutions]
|
[directory.substitutions]
|
||||||
"~/Documents" = ""
|
"~/Documents" = ""
|
||||||
@ -155,7 +156,7 @@ format = "([[]( fg:#ff3322)$read_only[]( fg:#ff3322)]($read_only_style))[[
|
|||||||
"~/Pictures" = ""
|
"~/Pictures" = ""
|
||||||
"~/Sources" = ""
|
"~/Sources" = ""
|
||||||
"~" = " "
|
"~" = " "
|
||||||
"/" = " "
|
# "/" = " "
|
||||||
|
|
||||||
[docker_context]
|
[docker_context]
|
||||||
disabled = false
|
disabled = false
|
||||||
|
|||||||
Reference in New Issue
Block a user