Default xclip to use Ctrl-c/Ctrl-v clipboard

This commit is contained in:
2021-10-18 17:39:02 +02:00
parent 728a8be8fb
commit 5b52e24f31

View File

@@ -85,3 +85,6 @@ alias cantbebothered='git add -a && git commit -m $(curl -s http://whatthecommit
alias please='sudo'
alias simon-says='sudo'
alias runhis="anyframe-widget-execute-history"
# Default xclip to use Ctrl-c/Ctrl-v clipboard
alias xclip="xclip -selection c"