On Wed, Dec 10, 2014 at 8:08 AM, Shlomi Fish <shlomif@xxxxxxxxxxxxxx> wrote: > Use the "alias" command: > > [QUOTE] >> get_title > Atomic Kitten- The Tide is High-EPFk0X1p2fs.flv >> gt > Error in `gt' libvlc's "gt" is not a command > Unknown command `gt'. Type `help' for help. >> alias gt get_title >> gt > Atomic Kitten- The Tide is High-EPFk0X1p2fs.flv >> > [/QUOTE] > > I don't see a way to make it permanent at startup except by using something > like: Search your file system for a file named .bashrc (note the leading period). Usually this will be in your /home/username directory. Add your aliases to this file. It is read into your bash shell's allocated memory any time you start a bash session. If you change or remove some aliases during the current session, you can reload the .bashrc back into the session with: source ~/.bashrc There is a quick overview here: <https://www.digitalocean.com/community/tutorials/an-introduction-to-useful-bash-aliases-and-functions>. Best regards, Paul _______________________________________________ Blinux-list mailing list Blinux-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/blinux-list