Am 08.08.2013 10:05, schrieb Ondrej Vasik: > I already nuked /usr/etc yesterday - as FHS even disallows it (see > http://www.pathname.com/fhs/pub/fhs-2.3.html#USRLOCALLOCALHIERARCHY > Rationale note). But I still see /usr/local/etc there - and mentioned as > beneficial, so keeping it for now yes "/usr/local/etc" makes sense because /usr/local is for me the same filesystem-structure as /usr with files outside the package-management we use /usr/local/etc/bash_profile for aliases included by any user __________________________ [harry@rh:~]$ cat .bashrc # .bashrc PS1="\[\033[1;32m\][\u@\h:\w]$\[\033[0m\] " # Source global definitions if [ -f /etc/bashrc ]; then . /etc/bashrc fi if [ -f /usr/local/etc/bash_profile ]; then . /usr/local/etc/bash_profile fi __________________________ [root@rh:~]$ cat .bashrc # .bashrc PS1="\[\033[1;31m\][\u@\h:\w]$\[\033[0m\] " # Source global definitions if [ -f /etc/bashrc ]; then . /etc/bashrc fi if [ -f /usr/local/etc/bash_profile ]; then . /usr/local/etc/bash_profile fi
Attachment:
signature.asc
Description: OpenPGP digital signature
-- devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct