diff options
Diffstat (limited to 'common/commandline/starship.nix')
-rw-r--r-- | common/commandline/starship.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/commandline/starship.nix b/common/commandline/starship.nix index cb12611..473d201 100644 --- a/common/commandline/starship.nix +++ b/common/commandline/starship.nix | |||
@@ -7,6 +7,7 @@ _inputs: | |||
7 | { | 7 | { |
8 | programs.starship = { | 8 | programs.starship = { |
9 | enable = true; | 9 | enable = true; |
10 | enableFishIntegration = true; | ||
10 | enableZshIntegration = true; | 11 | enableZshIntegration = true; |
11 | 12 | ||
12 | settings = lib.mkMerge [ | 13 | settings = lib.mkMerge [ |