You are not logged in.

#1 2004-10-15 22:59:01

murpheus40
Member
Registered: 2004-03-04
Posts: 77

How to remove all these infos when I open up a terminal?

Hi,

I don't know what I did, but now each time I run a terminal, I get all this :
declare -x INPUTRC="/etc/inputrc"
declare -x LESS="-R"
declare -x LESSCHARSET="latin1"
declare -x LINES="25"
declare -x LOGNAME="eric"
declare -x MAIL="/var/spool/mail/eric"
declare -x MANPATH="/usr/man:/usr/X11R6/man:/opt/xfce4/man"
declare -x MOZ_PLUGIN_PATH="/opt/mozilla-plugins"
declare -x OLDPWD
declare -x PATH="/bin:/usr/bin:/sbin:/usr/sbin:/usr/X11R6/bin:/opt/bin
:/usr/local/bin:/opt/xfce4/bin"
declare -x PKG_CONFIG_PATH=":/opt/xfce4/lib/pkgconfig"
declare -x PWD="/home/eric"
declare -x SHELL="/bin/bash"
declare -x SHLVL="4"
declare -x TERM="xterm"
declare -x USER="eric"
declare -x WINDOWID="31457294"
declare -x XAUTHORITY="/home/eric/.Xauthority"
declare -x XDG_CACHE_HOME="/home/eric/.cache"
declare -x XDG_CONFIG_DIRS="/etc/xdg"
declare -x XDG_CONFIG_HOME="/home/eric/.config"
declare -x XDG_DATA_DIRS="/usr/share"
declare -x XDG_DATA_HOME="/home/eric/.local/share"
declare -x _="-bash"

Someone knows how to remove this?

Thanks

Offline

#2 2004-10-15 23:10:34

Dusty
Schwag Merchant
From: Medicine Hat, Alberta, Canada
Registered: 2004-01-18
Posts: 5,986
Website

Re: How to remove all these infos when I open up a terminal?

look in ~/.bashrc and ~/.bash_profile and /etc/profile for a line that says:

export

with nothing else on it. Then remove that line. You may have accidentally inserted a newline between export and what follows it, in which case you join the lines again.

Dusty

Offline

Board footer

Powered by FluxBB