Simple image host.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

zshalias 214B

12345678
  1. alias attach="ssh serve.mort.coffee -t \"tmux attach -t $1\""
  2. alias weblet="ssh weblet.mort.coffee -t \"tmux attach -t $1\""
  3. alias sudo="sudo env PATH=$PATH"
  4. function irc
  5. {
  6. attach irc$1 | tee >(mbell "irc $1")
  7. }