Translations:Gentoo in WSL/99/ja
From Gentoo Wiki
FILE
/etc/profile
プロファイル設定# [...]
WSLPATH="$PATH"
# Load environment settings from profile.env, which is created by
# env-update from the files in /etc/env.d
if [ -e /etc/profile.env ] ; then
. /etc/profile.env
fi
export PATH="$PATH:$WSLPATH"
unset WSLPATH
# [...]