diff --git a/pkgs/fish/prompt.fish b/pkgs/fish/prompt.fish index 139b28c..5592739 100644 --- a/pkgs/fish/prompt.fish +++ b/pkgs/fish/prompt.fish @@ -49,7 +49,7 @@ function fish_prompt set -ql packages[4]; and set nix_shell "$nix_shell, +$(math (count $packages) - 2) more" - set -ql packages[1]; set nix_shell "$nix_shell) " + set -ql packages[1]; and set nix_shell "$nix_shell) " end end