currently the `ll' alias defined in /etc/profile.d/alias.sh doesn't make it's
way to the X terminals if using bash.

the problem is alias.sh is sourced by /etc/profile which is sourced by bash only
for login shells. What about adding 

. /etc/profile in ~/.bashrc ou /etc/bashrc?

the problem i see about this is the ~/.bash_profile which calls ~/.bashrc
and will call /etc/profile twice :(

any idea about this?


thanks, cu Pixel.

Reply via email to