Today I Learned

TIL, 2017-08-19

  • Set title in iTerm
function title {
    echo -ne "\033]0;"$*"\007"
}

This project is maintained by daryllxd