FG
💻 Software

What is causing all these "declare -x …" lines when I open a terminal?

Fresh7 days ago
Mar 15, 20267340 views
Confidence Score0%
0%

Problem

When I open a terminal on my Fedora machine (or ssh into it), I get a bunch of lines like this before the prompt: What is causing this? This may have occurred after I edited my , but I believe all I changed was to add another directory path to "PATH=". Update (responding to heavyd's answer): I grep…

Error Output

declare -x CVS_RSH="ssh"
declare -x DISPLAY="localhost:10.0"
declare -x G_BROKEN_FILENAMES="1"
declare -x HISTSIZE="1000"
…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: What is causing all these "declare -x …" lines when I open a terminal?

Low Risk

Figured out that lots of statements is the result of having being run somewhere without an argument. I found an accidental newline in my : Which should have been

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment