From: James Bunton Date: Sat, 2 Sep 2023 12:26:43 +0000 (+1000) Subject: bash: remove pbcopy X-Git-Url: https://code.delx.au/dotfiles/commitdiff_plain/2454b4791c7084d6b635c030519b59d7b31d10e7 bash: remove pbcopy --- diff --git a/.bashrc b/.bashrc index 2d1074f..89add42 100644 --- a/.bashrc +++ b/.bashrc @@ -244,13 +244,6 @@ aliasf webshare 'python3 -mhttp.server' export EDITOR='vim' aliasf edit "$EDITOR" -if ! command -v pbcopy &> /dev/null; then - alias pbcopy='xsel --clipboard --input' - alias pbcopym='xsel --input' - alias pbpaste='xsel --clipboard --output' - alias pbpastem='xsel --output' -fi - # man with coloured headings and a terminal title function man { env \