My first guess is you'll have to alias it, then force yourself
into a new habit of typing that command rather than /exit.

Something like
Code:
alias finis {
  one-more-thing-before-I-go command
  .timer 1 0 exit
}

The timer may be overkill, depending on your 'last thing'.


LonDart