Index: zshrc ================================================================== --- zshrc +++ zshrc @@ -351,11 +351,13 @@ fi if __has_command cryptopassphrase; then pwnk() { local clipboard - if __has_command pbcopy; then + if __has_command wl-copy; then + clipboard=wl-copy + elif __has_command pbcopy; then clipboard=pbcopy elif __has_command xclip; then clipboard=xclip else echo "No clipboard handler found!"