mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-12 15:34:50 +08:00
passing the first argument with double quote
This commit is contained in:
parent
3ea3384186
commit
1e8196de82
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
# compile a string of coffeescript and print to output
|
# compile a string of coffeescript and print to output
|
||||||
cf () {
|
cf () {
|
||||||
coffee -peb $1
|
coffee -peb "$1"
|
||||||
}
|
}
|
||||||
# compile & copy to clipboard
|
# compile & copy to clipboard
|
||||||
cfc () {
|
cfc () {
|
||||||
cf $1 | pbcopy
|
cf "$1" | pbcopy
|
||||||
}
|
}
|
||||||
|
|
||||||
# compile from pasteboard & print
|
# compile from pasteboard & print
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user