]> code.delx.au - dotfiles/commitdiff
bash: remove pbcopy
authorJames Bunton <jamesbunton@delx.net.au>
Sat, 2 Sep 2023 12:26:43 +0000 (22:26 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Sat, 2 Sep 2023 12:27:19 +0000 (22:27 +1000)
.bashrc

diff --git a/.bashrc b/.bashrc
index 2d1074ff9f731c2c80ef2c0f0d67781ceb6ea6ef..89add425399f341f22d816842f741105408f9995 100644 (file)
--- 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 \