Commit c6eb0f0f authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Fix graphical session .profile loading

Apparently something sets TERM=dumb in the xsession shell but doesn't
export it, which is not very helpful.
parent 71741e65
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
export TERM

[ -n "${TTY-}" ] || TTY=$(tty)
[ "${TERM_SETUP_LOADED-}" = "${TTY}" ] && return
export TERM_SETUP_LOADED=${TTY}