Bugzilla – Bug 136848
cannot set an alias at login
Last modified: 2005-12-05 09:51:53 UTC
For my work, I need an alias makeit="make -f Makefile.dist && ./configure" I need this alias for whatever user I login and whatever shell I login and reardless if I log in graphically or textual. I was told by Suse to use /etc/profile.local for that, but this does not work. After logging in graphically, I still have to do a sux - whatever-user to make the commands in /etc/profile.local being executed. Please document in /etc/profile how this is supposed to work.
Do _not_ use bugzilla as support hot line! RTFM e.g. manual page of bash states that alias's are _never_ exported. Therefore use /etc/bash.bashrc.local