modules.packages.zsh: disable version control in remote directories

This commit is contained in:
2025-06-28 13:18:14 +08:00
parent 1d3022ea5a
commit f17517d3df

View File

@@ -63,6 +63,7 @@ inputs:
[[ ! -r "$P10K_INSTANT_PROMPT" ]] || source "$P10K_INSTANT_PROMPT"
HYPHEN_INSENSITIVE="true"
export PATH=~/bin:$PATH
zstyle ':vcs_info:*' disable-patterns "/nix/remote/*"
'';
oh-my-zsh.theme = "";
};