zsh: add type to zprof.enable option (#6916)

This commit is contained in:
Gugu72 2025-04-27 21:29:57 +02:00 committed by GitHub
parent adb3fbc584
commit 2a264c17d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -413,6 +413,7 @@ in
};
zprof.enable = mkOption {
type = types.bool;
default = false;
description = ''
Enable zprof in your zshrc.