Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
1e8196de
Commit
1e8196de
authored
Jul 08, 2015
by
Takumi IINO
Browse files
passing the first argument with double quote
parent
3ea33841
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/coffee/coffee.plugin.zsh
View file @
1e8196de
...
...
@@ -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
| pbcopy
cf
"
$1
"
| pbcopy
}
# compile from pasteboard & print
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment