Yunus wrote: > Hi Users of Fedora > > I added below line to last line fo my ~.bash_profile > alias l='ls -la' > I logout and login again then try issuing: > $ l > on command prompt but had no effect. Is there other way to make my > custom alias (put in ~.bash_profile) work? > > It has no problem if I make an alias in gnome-terminal : > $ alias l='ls -la' > $ l > Issuing 'l' command on command prompt will produce the desired result. > > Thank you > yunus > If I remember correctly, you also need to export the alias. See if adding "export l" to .bash_profile helps. Mikkel -- Do not meddle in the affairs of dragons, for thou art crunchy and taste good with Ketchup!
Attachment:
signature.asc
Description: OpenPGP digital signature
-- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines