Translations:Gentoo in WSL/99/ja

From Gentoo Wiki
Jump to:navigation Jump to:search
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

# [...]