Make git work across drives.
1 files changed, 3 insertions(+), 0 deletions(-) M zshell/env_variables
M zshell/env_variables => zshell/env_variables +3 -0
@@ 36,3 36,6 @@ export DOTNET_CLI_TELEMETRY_OPTOUT=1 # vsxsrv (x launch) settings for gui support # start up with "startxfce4" export DISPLAY=$(grep -m 1 nameserver /etc/resolv.conf | awk '{print $2}'):0.0 + +# make git work throughout mounts +export GIT_DISCOVERY_ACROSS_FILESYSTEM=1