tamentis / prwd

prwd is a replacement for your shell's PS1, it provides a simple templating language with commands to customize your prompt.
ISC License
10 stars 4 forks source link

Alias don't work with newsgroup mode (1.9) #7

Closed twidi closed 9 years ago

twidi commented 9 years ago

If I use ${path -n}, aliases are ignored. I think it's a regression from the previous version(s)

tamentis commented 9 years ago

Indeed, the order of operation was reversed in 1.8, I'll fix that.

twidi commented 9 years ago

Thanks a lot.