On 11/21/19 7:20 PM, Stephen Morris wrote:

Hi Bob, I could be wrong but from the cat ~/.bashrc you have shown here, the export command isn't there.

regards,
Steve

.
Yes, you are correct, I botched that ... I confused ~/.bashrc and 
/home.bobg/.bashrc

After correcting that it is:

[bobg@Workstation-1 ~]$ cat ~/.bashrc
# .bashrc

# Source global definitions
if [ -f /etc/bashrc ]; then
        . /etc/bashrc
fi

# User specific environment
if ! [[ "$PATH" =~ "$HOME/.local/bin:$HOME/bin:" ]]
then
    PATH="$HOME/.local/bin:$HOME/bin:$PATH"
fi
export PATH

# Uncomment the following line if you don't like systemctl's auto-paging 
feature:
# export SYSTEMD_PAGER=

# User specific aliases and functions
export LC_TIME="C"


However after rebooting the computer Thunderbird time is still displayed in the 
12 hour AM/PM format on this
f-31 computer.





the other one works.
.


--
Bob Goodwin - Zuni, Virginia, USA

_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to