diff --git a/modules/packages/zsh/p10k-config/p10k.zsh b/modules/packages/zsh/p10k-config/p10k.zsh index 73d07ad1..3bc8dbb6 100644 --- a/modules/packages/zsh/p10k-config/p10k.zsh +++ b/modules/packages/zsh/p10k-config/p10k.zsh @@ -473,7 +473,7 @@ # Don't show Git status in prompt for repositories whose workdir matches this pattern. # For example, if set to '~', the Git repository at $HOME/.git will be ignored. # Multiple patterns can be combined with '|': '~(|/foo)|/bar/baz/*'. - typeset -g POWERLEVEL9K_VCS_DISABLED_WORKDIR_PATTERN='~' + typeset -g POWERLEVEL9K_VCS_DISABLED_WORKDIR_PATTERN='~|/nix/remote/*' # Disable the default Git status formatting. typeset -g POWERLEVEL9K_VCS_DISABLE_GITSTATUS_FORMATTING=true