mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 21:39:48 +01:00
clipboard: Fix "cilppaste" -> "clippaste" typo
This commit is contained in:
parent
01e934d634
commit
d71d3d9905
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue