biome: 1.9.2 -> 1.9.3
[NixPkgs.git] / pkgs / shells / zsh / zsh-powerlevel10k / gitstatusd.patch
blob3d1c1eaa36d4d30b1f16ae91ac4ff82de1db8aa7
1 diff --git a/gitstatus/gitstatus.plugin.zsh b/gitstatus/gitstatus.plugin.zsh
2 index b469072..eb1e3be 100644
3 --- a/gitstatus/gitstatus.plugin.zsh
4 +++ b/gitstatus/gitstatus.plugin.zsh
5 @@ -44,6 +44,8 @@
7 [[ -o 'interactive' ]] || 'return'
9 +GITSTATUS_DAEMON=@gitstatusdPath@
11 # Temporarily change options.
12 'builtin' 'local' '-a' '_gitstatus_opts'
13 [[ ! -o 'aliases' ]] || _gitstatus_opts+=('aliases')