master
Cooper Maruyama 11 years ago
parent 8e8cdc0502
commit a315ddc075
  1. 2
      plugins/coffee/coffee.plugin.zsh

@ -6,7 +6,7 @@ cf () {
} }
# compile & copy to clipboard # compile & copy to clipboard
cfc () { cfc () {
cf $1 | tail -n +2 | pbcopy cf $1 | pbcopy
} }
# compile from pasteboard & print # compile from pasteboard & print

Loading…
Cancel
Save