sushy wrote:
> How and where can I save alias, like
> alias mc ='mc -c'
> so that after reboot they are still active?!

system-wide:
/etc/bashrc

user-specific:
~/.bashrc

I would like to use this opportunity to recommend two aliases I've
always been using:

alias l='ls -al'
alias ..='cd ..'

-- 
Cheers,
Morten
:wq
_______________________________________________
tsl-discuss mailing list
[email protected]
http://lists.trustix.org/mailman/listinfo/tsl-discuss

Reply via email to