|
impyplayer Beginner
Joined: 02 Nov 2008 Posts: 10
|
Posted: Sat Aug 01, 2009 12:09 am
aliases calling the alias loop |
Hi. I am wondering if there is a way to name an alias the same as a command used in the alias without it creating a constant loop? I thought I had done so in Zmud a while back without selecting anything. I'm not sure if Cmud can't do it or if I need to set it up a certain way. Basically it would be:
alias name: sleep
look;stretch;sleep
Is that possible or does the alias always have to be named something different? |
|
|
|
charneus Wizard
Joined: 19 Jun 2005 Posts: 1876 Location: California
|
Posted: Sat Aug 01, 2009 12:37 am |
Change it to:
look;stretch;~sleep
Always escape the alias name if you're using it in the alias of the same name.
Charneus |
|
|
|
|
|