mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
Merge branch 'master' into copyfile-portability
This commit is contained in:
commit
e4fdb08365
99 changed files with 3204 additions and 964 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