mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-27 03:14:56 +01:00
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.
This commit is contained in:
parent
4b7f611afe
commit
8a7806d5a4
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ cfc () {
|
||||||
}
|
}
|
||||||
|
|
||||||
# compile from pasteboard & print
|
# compile from pasteboard & print
|
||||||
alias cfp='coffeeMe "$(pbpaste)"'
|
alias cfp='cf "$(pbpaste)"'
|
||||||
|
|
||||||
# compile from pasteboard and copy to clipboard
|
# compile from pasteboard and copy to clipboard
|
||||||
alias cfpc='cfp | pbcopy'
|
alias cfpc='cfp | pbcopy'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue