summaryrefslogtreecommitdiff
path: root/tw
diff options
context:
space:
mode:
authorTimo Wilken2023-06-08 14:10:38 +0200
committerTimo Wilken2023-06-08 14:10:38 +0200
commit2a0ede3b59ce863b02428c69f225e61f2f643383 (patch)
treec8e480e861b93b36288e5afa05518c8209f7f97f /tw
parenta07b9f0be79efd4fe819f5e10ce0abf84d2a14fa (diff)
Add xcopy and xpaste aliases
Diffstat (limited to 'tw')
-rw-r--r--tw/home/files/zshrc2
1 files changed, 2 insertions, 0 deletions
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'