* `cfp` alias was referencing an old version of the `cf` command which
no longer exists. This has been updated to reference a valid command.
master
Cooper Maruyama 11 years ago committed by Marc Cornellà
parent 405ee83af4
commit 9264d75d5d
  1. 2
      plugins/coffee/coffee.plugin.zsh

@ -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'

Loading…
Cancel
Save