Skip to content

Commit

Permalink
fix: config for starship and mise
Browse files Browse the repository at this point in the history
Signed-off-by: wrightbradley <[email protected]>
  • Loading branch information
wrightbradley committed Oct 15, 2024
1 parent f861ccf commit 74b7047
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion home/dot_config/mise/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ trusted_config_paths = [

verbose = false # set to true to see full installation output, see `MISE_VERBOSE`
asdf_compat = false # set to true to ensure .tool-versions will be compatible with asdf, see `MISE_ASDF_COMPAT`
http_timeout = 30 # set the timeout for http requests in seconds, see `MISE_HTTP_TIMEOUT`
http_timeout = '30' # set the timeout for http requests in seconds, see `MISE_HTTP_TIMEOUT`
jobs = 4 # number of plugins or runtimes to install in parallel. The default is `4`.
raw = false # set to true to directly pipe plugins to stdin/stdout/stderr
yes = false # set to true to automatically answer yes to all prompts
Expand Down
1 change: 1 addition & 0 deletions home/dot_config/readonly_starship.toml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ format = '[ $user ]($style)'
style = "fg:mantle bg:purple"
format = "[ $path ]($style)"
truncation_length = 3
truncate_to_repo = false
truncation_symbol = "…/"

[directory.substitutions]
Expand Down

0 comments on commit 74b7047

Please sign in to comment.