Created
February 20, 2018 02:15
-
-
Save GeneralD/dfbb79b5ede4fab3b5128c251e8a0c86 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zle-pbcopy-buffer(){ echo -n ${(z)BUFFER} | pbcopy } | |
zle -N zle-pbcopy-buffer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment