zsh: add type to zprof.enable option (#6916)
This commit is contained in:
parent
adb3fbc584
commit
2a264c17d5
1 changed files with 1 additions and 0 deletions
|
|
@ -413,6 +413,7 @@ in
|
|||
};
|
||||
|
||||
zprof.enable = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
description = ''
|
||||
Enable zprof in your zshrc.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue