From 2a0ede3b59ce863b02428c69f225e61f2f643383 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Thu, 8 Jun 2023 14:10:38 +0200 Subject: Add xcopy and xpaste aliases --- tw/home/files/zshrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tw/home') diff --git a/tw/home/files/zshrc b/tw/home/files/zshrc index ce28cce5..72fc7540 100644 --- a/tw/home/files/zshrc +++ b/tw/home/files/zshrc @@ -94,6 +94,8 @@ alias la='\ls --color=auto -hA' alias grep='\grep --color=auto' alias diff='\diff -s --color=auto' alias cdiff='\diff -s --color=always' +alias xcopy='xclip -in -selection clipboard' +alias xpaste='xclip -out -selection clipboard' alias ipy='ipython3 --autoindent --automagic --pprint --no-banner --no-confirm-exit --term-title --autocall=1 --colors=Neutral' alias rot13='caesar 13' alias pdsh='\pdsh -SR ssh -f 64' -- cgit v1.2.3