mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-29 21:23:43 +08:00
clipboard: Fix "cilppaste" -> "clippaste" typo
This commit is contained in:
parent
01e934d634
commit
d71d3d9905
|
@ -89,7 +89,7 @@ function detect-clipboard() {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
function clipcopy() { _retry_clipboard_detection_or_fail clipcopy "$@"; }
|
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
|
return 1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user