You do not have to logout.  You just got to 'source ~/.bash_profile' to make it work.<br><br>I am not using export after my aliases and it works.<br><br>:-)<br><br><div class="gmail_quote">On Mon, Dec 1, 2008 at 10:02 AM, Mikkel L. Ellertson <span dir="ltr"><<a href="mailto:mikkel@infinity-ltd.com">mikkel@infinity-ltd.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Yunus wrote:<br>
> Hi Users of Fedora<br>
><br>
> I added below line to last line fo my ~.bash_profile<br>
>    alias l='ls -la'<br>
> I logout and login again then try issuing:<br>
>    $ l<br>
> on command prompt but had no effect. Is there other way to make my<br>
> custom alias (put in ~.bash_profile) work?<br>
><br>
> It has no problem if I make an alias in gnome-terminal :<br>
>    $ alias l='ls -la'<br>
>    $ l<br>
> Issuing 'l' command on command prompt will produce the desired result.<br>
><br>
> Thank you<br>
> yunus<br>
><br>
If I remember correctly, you also need to export the alias. See if<br>
adding "export l" to .bash_profile helps.<br>
<br>
Mikkel<br>
<font color="#888888">--<br>
<br>
  Do not meddle in the affairs of dragons,<br>
for thou art crunchy and taste good with Ketchup!<br>
<br>
</font><br>--<br>
fedora-list mailing list<br>
<a href="mailto:fedora-list@redhat.com">fedora-list@redhat.com</a><br>
To unsubscribe: <a href="https://www.redhat.com/mailman/listinfo/fedora-list" target="_blank">https://www.redhat.com/mailman/listinfo/fedora-list</a><br>
Guidelines: <a href="http://fedoraproject.org/wiki/Communicate/MailingListGuidelines" target="_blank">http://fedoraproject.org/wiki/Communicate/MailingListGuidelines</a><br></blockquote></div><br>