"plugins/vscode:/vscode.git/clone" did not exist on "b1561c662b8629a33f5ffc89fd1be93b65e5c541"
Commit 9264d75d authored by Cooper Maruyama's avatar Cooper Maruyama Committed by Marc Cornellà
Browse files

Fix typo.

* `cfp` alias was referencing an old version of the `cf` command which
no longer exists. This has been updated to reference a valid command.
parent 405ee83a
......@@ -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'
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment