mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-13 09:20:09 +00: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
405ee83af4
commit
9264d75d5d
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ cfc () {
|
||||||
}
|
}
|
||||||
|
|
||||||
# compile from clipboard & print
|
# compile from clipboard & print
|
||||||
alias cfp='coffeeMe "$(clippaste)"'
|
alias cfp='cf "$(clippaste)"'
|
||||||
|
|
||||||
# compile from clipboard and copy to clipboard
|
# compile from clipboard and copy to clipboard
|
||||||
alias cfpc='cfp | clipcopy'
|
alias cfpc='cfp | clipcopy'
|
||||||
|
|
Loading…
Reference in a new issue