mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
Adjust the starship settings
This commit is contained in:
parent
53bd8668a2
commit
f47d5711f3
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue