I pledge allegiance to the flag
of the United States of America
and to the republic for which it stands,
one nation,
indivisible,
with liberty
and justice for all.
-- Francis Bellamy, 1892
Really? Really? In my terminal?
I believe it is just a fortune.
so if i remove fortune-mod it's gone?
thank you i have it removed now that i know what it is.
bash: fortune: command not found
There are lots of different fortunes.....rather than uninstall, I'm fairly certain you could find one that is appropriate. It can be rather "entertaining" in a bland terminal. :)
Best regards.
Many fortunes that are real gems:
air, n.:
A nutritious substance supplied by a bountiful Providence for the
fattening of the poor.
-- Ambrose Bierce, "The Devil's Dictionary"
I wish there was a fortune mod with Martin Luther's insults ala
https://ergofabulous.org/luther/
Yah i dont care. i removed it. not needed. i like my terminal free of political influences.
It's more nationalistic than political, but I see what you mean. Especially if you're not an American.
TY!
I also removed fortune-mod. Now what file do i use to comment out the line so that i don't get bash:fortune-mod: not found at every terminal start? Thx much!
Most likely .bashrc in your /home directory.
Best regards
Or /etc/bash/bashrc.d/local.bash or something, grep it.
Thanks guys! /etc/bash/bashrc.d/local.bashrc did it for me. I opened that file as root and commented out the last 3 lines
echo
fortune
echo
When i rebooted and opened terminal i see a simple prompt. Neat and tidy, just the way i like it.