Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
* `cfp` alias was referencing an old version of the `cf` command which
no longer exists. This has been updated to reference a valid command.
  • Loading branch information
coopermaruyama authored and mcornella committed Oct 21, 2015
1 parent 405ee83 commit 9264d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/coffee/coffee.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cfc () {
}

# compile from clipboard & print
alias cfp='coffeeMe "$(clippaste)"'
alias cfp='cf "$(clippaste)"'

# compile from clipboard and copy to clipboard
alias cfpc='cfp | clipcopy'

0 comments on commit 9264d75

Please sign in to comment.