mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-18 20:00:07 +00:00
Merge pull request #4016 from coopermaruyama/master
Fix typo. Close #4016
This commit is contained in:
commit
ba20b9861e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue