programs.zsh.ohMyZsh.preLoaded

NixOS option

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 no (more information https://github.com/ohmyzsh/ohmyzsh?tab=readme-ov-file#async-git-prompt)

type: strings concatenated with "\n"
Default
""
declared in: nixos/modules/programs/zsh/oh-my-zsh.nixView source on NixOS/nixpkgs →