mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-03 04:20:01 +02:00
Merge branch 'master' into copyfile-portability
This commit is contained in:
commit
6c5be37ef2
99 changed files with 3197 additions and 957 deletions
|
|
@ -2,11 +2,11 @@
|
|||
|
||||
# compile a string of coffeescript and print to output
|
||||
cf () {
|
||||
coffee -peb $1
|
||||
coffee -peb "$1"
|
||||
}
|
||||
# compile & copy to clipboard
|
||||
cfc () {
|
||||
cf $1 | clipcopy
|
||||
cf "$1" | clipcopy
|
||||
}
|
||||
|
||||
# compile from clipboard & print
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue