We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 794683c commit df5d605Copy full SHA for df5d605
bashrc-wsl.bash
@@ -55,19 +55,6 @@ else
55
esac
56
fi
57
export IS_SSH
58
-if [ -v WSL_INTEROP ] || [ -v WSL_INTEGRATION_CACHE ]; then
59
- export WSLVersion=2
60
-else
61
- export WSLVersion=1
62
-fi
63
-if [ "$WSLVersion" == "1" ]; then
64
- export DOCKER_HOST="unix://$HOME/sockets/docker.sock"
65
- if hash tmux 2>/dev/null && hash docker-relay 2>/dev/null; then
66
- if ! pgrep socat > /dev/null; then
67
- tmux new -s docker-relay-session -d docker-relay
68
- fi
69
70
71
72
# shellcheck disable=SC2155
73
export WHOME=`windows_env_var USERPROFILE`
0 commit comments