starship.nix: cleanup
This commit is contained in:
parent
a1b8adc3ee
commit
4ea27ecceb
1 changed files with 0 additions and 6 deletions
|
@ -65,12 +65,6 @@ in {
|
||||||
|
|
||||||
# removes the read_only symbol from the format, it doesn't play nicely with my folder icon
|
# removes the read_only symbol from the format, it doesn't play nicely with my folder icon
|
||||||
format = "[ ](bold green) [$path]($style) ";
|
format = "[ ](bold green) [$path]($style) ";
|
||||||
|
|
||||||
# the following removes tildes from the path, and substitutes some folders with shorter names
|
|
||||||
substitutions = {
|
|
||||||
"~/Dev" = "Dev";
|
|
||||||
"~/Documents" = "Docs";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# git
|
# git
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue