mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-24 21:57:41 +00:00
docs: remove enableZshIntegration from homemanager installation (#3671)
This commit is contained in:
parent
71e8a47a03
commit
f38c2a09e4
@ -67,7 +67,6 @@ Enable the `programs.starship` module in your `home.nix` file, and add your sett
|
|||||||
{
|
{
|
||||||
programs.starship = {
|
programs.starship = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableZshIntegration = true;
|
|
||||||
# Configuration written to ~/.config/starship.toml
|
# Configuration written to ~/.config/starship.toml
|
||||||
settings = {
|
settings = {
|
||||||
# add_newline = false;
|
# add_newline = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user