From 8af1e8fc3b39b6a53a7f4c9258d708a423e9f3ff Mon Sep 17 00:00:00 2001 From: Tanguy Herbron Date: Wed, 17 Mar 2021 14:36:16 +0100 Subject: [PATCH] Add xclip alias --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index 299a4cb..99d7b78 100644 --- a/.zshrc +++ b/.zshrc @@ -176,6 +176,8 @@ alias gitcommiiiiiiiiiiiiiit='cz' alias havpn='~/.config/halia-switch.sh' +alias clip='xclip -selection primary' + # The next line updates PATH for the Google Cloud SDK. if [ -f '/home/tanguy/Downloads/tmp/google-cloud-sdk/path.zsh.inc' ]; then . '/home/tanguy/Downloads/tmp/google-cloud-sdk/path.zsh.inc'; fi