Unverified Commit 824641a4 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

oh-my-zsh: fix 'preLoaded' option documentation (#352266)

parents ed1100c5 26261f98
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@ in
          default = "";
          description = ''
            Shell commands executed before the `oh-my-zsh` is loaded.
            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)
            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)
          '';
        };
      };