diff options
Diffstat (limited to 'home/starship.nix')
| -rw-r--r-- | home/starship.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/starship.nix b/home/starship.nix index 8f0a5f6..5791141 100644 --- a/home/starship.nix +++ b/home/starship.nix @@ -5,6 +5,7 @@ }: { programs.starship = { enable = true; + enableZshIntegration = false; settings = { format = lib.concatStrings [ |