diff options
author | Cooper Maruyama <cooperm@susteen.com> | 2015-05-01 01:37:55 -0700 |
---|---|---|
committer | Cooper Maruyama <cooperm@susteen.com> | 2015-05-01 01:37:55 -0700 |
commit | a315ddc075e6a6a4b9dbdcaced0fa08349597223 (patch) | |
tree | 7e51baf84cb4e866eb7c69127bae0dfc25996e4b /plugins/coffee | |
parent | 8e8cdc0502fc35844975548fa268e7ed027d00b7 (diff) | |
download | zsh-a315ddc075e6a6a4b9dbdcaced0fa08349597223.tar.gz zsh-a315ddc075e6a6a4b9dbdcaced0fa08349597223.tar.bz2 zsh-a315ddc075e6a6a4b9dbdcaced0fa08349597223.zip |
typofix
Diffstat (limited to 'plugins/coffee')
-rw-r--r-- | plugins/coffee/coffee.plugin.zsh | 2 |
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 |