0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00
This commit is contained in:
Cooper Maruyama 2015-05-01 01:37:55 -07:00
parent 8e8cdc0502
commit a315ddc075

View file

@ -6,7 +6,7 @@ cf () {
}
# compile & copy to clipboard
cfc () {
cf $1 | tail -n +2 | pbcopy
cf $1 | pbcopy
}
# compile from pasteboard & print