mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 13:50:09 +00:00
typofix
This commit is contained in:
parent
8e8cdc0502
commit
a315ddc075
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ cf () {
|
||||||
}
|
}
|
||||||
# compile & copy to clipboard
|
# compile & copy to clipboard
|
||||||
cfc () {
|
cfc () {
|
||||||
cf $1 | tail -n +2 | pbcopy
|
cf $1 | pbcopy
|
||||||
}
|
}
|
||||||
|
|
||||||
# compile from pasteboard & print
|
# compile from pasteboard & print
|
||||||
|
|
Loading…
Reference in a new issue