Cooper Maruyama 10 years ago
parent
commit
a315ddc075
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/coffee/coffee.plugin.zsh

+ 1 - 1
plugins/coffee/coffee.plugin.zsh

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