Artix Linux Forum

Artix Linux => Applications & Software => Topic started by: mammas.skittles on 24 September 2019, 06:03:04

Title: politics and religion in my terminal?
Post by: mammas.skittles on 24 September 2019, 06:03:04
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?
Title: Re: politics and religion in my terminal?
Post by: SGOrava on 24 September 2019, 08:37:59
I believe it is just a fortune.
Title: Re: politics and religion in my terminal?
Post by: mammas.skittles on 24 September 2019, 18:43:21
so if i remove fortune-mod it's gone?
Title: Re: politics and religion in my terminal?
Post by: mammas.skittles on 24 September 2019, 19:05:13


thank you i have it removed now that i know what it is.

bash: fortune: command not found
Title: Re: politics and religion in my terminal?
Post by: conky60 on 24 September 2019, 23:08:01
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.
Title: Re: politics and religion in my terminal?
Post by: nous on 25 September 2019, 11:58:46
Many fortunes that are real gems:
Code: [Select]
air, n.:
A nutritious substance supplied by a bountiful Providence for the
fattening of the poor.
-- Ambrose Bierce, "The Devil's Dictionary"
Title: Re: politics and religion in my terminal?
Post by: toxygen on 26 September 2019, 02:10:06
I wish there was a fortune mod with Martin Luther's insults ala
https://ergofabulous.org/luther/
Quote
I would not dream of judging or punishing you, except to say that you were born from the behind of the devil, are full of devils, lies, blasphemy, and idolatry; are the instigator of these things, God's enemy, Antichrist, desolater of Christendom, and steward of Sodom.
Title: Re: politics and religion in my terminal?
Post by: mammas.skittles on 26 September 2019, 16:52:42
Yah i dont care.  i removed it.  not needed.  i like my terminal free of political influences.
Title: Re: politics and religion in my terminal?
Post by: CustomerServiceRobot on 27 September 2019, 04:59:31
It's more nationalistic than political, but I see what you mean. Especially if you're not an American.
Title: Re: politics and religion in my terminal?
Post by: mammas.skittles on 28 September 2019, 03:37:08
TY!
Title: Re: politics and religion in my terminal?
Post by: billd on 16 January 2020, 12:40:36
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!
Title: Re: politics and religion in my terminal?
Post by: conky60 on 16 January 2020, 23:05:14
Most likely .bashrc in your /home directory.

Best regards
Title: Re: politics and religion in my terminal?
Post by: nous on 17 January 2020, 00:37:36
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!
Or /etc/bash/bashrc.d/local.bash or something, grep it.
Title: Re: politics and religion in my terminal?
Post by: billd on 17 January 2020, 06:15:34
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.