Skip to content

Commit 824641a

Browse files
authored
oh-my-zsh: fix 'preLoaded' option documentation (#352266)
2 parents ed1100c + 26261f9 commit 824641a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixos/modules/programs/zsh/oh-my-zsh.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ in
9393
default = "";
9494
description = ''
9595
Shell commands executed before the `oh-my-zsh` is loaded.
96-
For example, to disable async git prompt write `zstyle ':omz:alpha:lib:git' async-prompt force` (more information https://github.com/ohmyzsh/ohmyzsh?tab=readme-ov-file#async-git-prompt)
96+
For example, to disable async git prompt write `zstyle ':omz:alpha:lib:git' async-prompt no` (more information https://github.com/ohmyzsh/ohmyzsh?tab=readme-ov-file#async-git-prompt)
9797
'';
9898
};
9999
};

0 commit comments

Comments
 (0)