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
d71d3d99
Commit
d71d3d99
authored
Jul 14, 2019
by
Robert Estelle
Browse files
clipboard: Fix "cilppaste" -> "clippaste" typo
parent
01e934d6
Changes
1
Show whitespace changes
Inline
Side-by-side
lib/clipboard.zsh
View file @
d71d3d99
...
...
@@ -89,7 +89,7 @@ function detect-clipboard() {
fi
}
function
clipcopy
()
{
_retry_clipboard_detection_or_fail clipcopy
"
$@
"
;
}
function
c
i
lppaste
()
{
_retry_clipboard_detection_or_fail clippaste
"
$@
"
;
}
function
cl
i
ppaste
()
{
_retry_clipboard_detection_or_fail clippaste
"
$@
"
;
}
return
1
fi
}
...
...
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