X-Git-Url: https://code.delx.au/dotfiles/blobdiff_plain/3537b5e7dbf0dc9200dd5bffddb8394d4811b393..2454b4791c7084d6b635c030519b59d7b31d10e7:/.bashrc 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 \