up vote 2 down vote favorite
share [g+] share [fb]

Possible Duplicate:
What is causing all these “declare -x …” lines when I open a terminal?

I forgot what changes I have made to my Ubuntu, but today every terminal session I open begins with print outs of some settings like

declare -x COLORTERM="gnome-terminal"
declare -x DBUS_SESSION_BUS_ADDRESS="unix:abstract=/tmp/dbus->IjombjJic8,guid=c3a6ac60543d102ca749c6ca4b04a936"
declare -x DESKTOP_SESSION="default"
declare -x DISPLAY=":0.0"
declare -x EDITOR="emacs"
declare -x GDMSESSION="default"
declare -x GDM_LANG="en_US.UTF-8"
...

I wonder what could lead to the print out and I like to stop it. It didn't happen until today after I restarted my Ubuntu.

link|improve this question

57% accept rate
feedback

closed as exact duplicate by Nifle, random Apr 10 '11 at 17:24

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ.

Browse other questions tagged or ask your own question.