Bug 247951 - Quotes
Summary: Quotes
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: fortune-mod
Version: 7
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Jeff Sheltren
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-07-12 08:45 UTC by Jakub 'Livio' Rusinek
Modified: 2007-11-30 22:12 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2007-07-12 20:43:32 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Jakub 'Livio' Rusinek 2007-07-12 08:45:32 UTC
Description of problem:

bash could make our life nicer, when it would show quotes on every bash startup.
Additionaly, the format of user@desktop string could be more human.

Actual results:

You'll only see your user name and computer name.

Expected results:

Some quotes in local language.

Comment 1 Tim Waugh 2007-07-12 09:13:29 UTC
Doesn't fortune-mod already do what you want?

Comment 2 Jeff Sheltren 2007-07-12 20:43:32 UTC
Hi Jakub, once you install fortune-mod, to get a fortune on each login, you can
add something like this to your .bash_profile

if [ -t 0 ]; then
    if [ -x /usr/bin/fortune ]; then
        /usr/bin/fortune
    fi
fi

You can also change your prompt by setting PS1 in the same file.  I set my
prompt something like this:
PS1='[\u@\h \W]\$ '


Note You need to log in before you can comment on or make changes to this bug.