$ltimer
Returns the number of the last timer that was started by the /timer command.
EX:
alias zzz { echo -a zzz }
timer1 1 5 zzz
timer2 1 1 zzz
after 2 secs:
$ltimer returns 2 .... right ?
after 6 secs:
$ltimer returns 2 again... right ?
if this is true .. how can i get the name of the timer that was last executed in the alias and print its name/number ?