diff --git a/wsl/zprofile.zsh b/wsl/zprofile.zsh index 966f4b31..5841866f 100644 --- a/wsl/zprofile.zsh +++ b/wsl/zprofile.zsh @@ -4,4 +4,6 @@ if [[ -f /proc/version ]] && \ # https://github.com/Microsoft/BashOnWindows/issues/1887 unsetopt BG_NICE + + sudo mount --all fi