Adjust the starship settings

This commit is contained in:
SebastianStork 2024-05-08 13:56:38 +02:00
parent 53bd8668a2
commit f47d5711f3

View file

@ -12,11 +12,10 @@
enableZshIntegration = true; enableZshIntegration = true;
settings = { settings = {
cmd_duration.disabled = true;
directory = { directory = {
truncation_length = 0; truncation_length = 0;
truncation_symbol = "/"; truncation_symbol = "/";
truncate_to_repo = false; truncate_to_repo = true;
}; };
}; };
}; };