summaryrefslogtreecommitdiff
path: root/plugins/coffee
diff options
context:
space:
mode:
authorCooper Maruyama <cooperm@susteen.com>2015-05-01 01:37:55 -0700
committerCooper Maruyama <cooperm@susteen.com>2015-05-01 01:37:55 -0700
commita315ddc075e6a6a4b9dbdcaced0fa08349597223 (patch)
tree7e51baf84cb4e866eb7c69127bae0dfc25996e4b /plugins/coffee
parent8e8cdc0502fc35844975548fa268e7ed027d00b7 (diff)
downloadzsh-a315ddc075e6a6a4b9dbdcaced0fa08349597223.tar.gz
zsh-a315ddc075e6a6a4b9dbdcaced0fa08349597223.tar.bz2
zsh-a315ddc075e6a6a4b9dbdcaced0fa08349597223.zip
typofix
Diffstat (limited to 'plugins/coffee')
-rw-r--r--plugins/coffee/coffee.plugin.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/coffee/coffee.plugin.zsh b/plugins/coffee/coffee.plugin.zsh
index 96393f66d..be34b03c2 100644
--- a/plugins/coffee/coffee.plugin.zsh
+++ b/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