/private/etc/profile

# System-wide .profile for sh(1)

if [ -x /usr/libexec/path_helper ]; then
eval `/usr/libexec/path_helper -s`
fi

if [ "${BASH-no}" != "no" ]; then
[ -r /etc/bashrc ] && . /etc/bashrc
fi
alias wine=/Applications/Wine.app/Contents/Resources/bin/wine
export DYLD_FALLBACK_LIBRARY_PATH=/usr/X11/lib:/usr/lib::
と書かれているの発見しました。
消すのは最後の2行で良いのでしょうか?