1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-09 17:00:44 +01:00

clipboard: Fix "cilppaste" -> "clippaste" typo

This commit is contained in:
Robert Estelle
2019-07-14 12:52:47 -04:00
parent 01e934d634
commit d71d3d9905

View File

@@ -89,7 +89,7 @@ function detect-clipboard() {
fi
}
function clipcopy() { _retry_clipboard_detection_or_fail clipcopy "$@"; }
function cilppaste() { _retry_clipboard_detection_or_fail clippaste "$@"; }
function clippaste() { _retry_clipboard_detection_or_fail clippaste "$@"; }
return 1
fi
}