fix(starship): don't truncate path
This commit is contained in:
parent
2c4438bddb
commit
af8c8b14ca
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@
|
||||||
style = "fg:#bd93f9 bg:#382c4a";
|
style = "fg:#bd93f9 bg:#382c4a";
|
||||||
format = "[ $path ]($style)";
|
format = "[ $path ]($style)";
|
||||||
truncate_to_repo = false;
|
truncate_to_repo = false;
|
||||||
|
truncation_length = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
directory.substitutions = {
|
directory.substitutions = {
|
||||||
|
|
Loading…
Reference in a new issue