Add xclip alias

This commit is contained in:
Tanguy Herbron 2021-03-17 14:36:16 +01:00
parent 86c52a0579
commit 8af1e8fc3b

2
.zshrc
View File

@ -176,6 +176,8 @@ alias gitcommiiiiiiiiiiiiiit='cz'
alias havpn='~/.config/halia-switch.sh' alias havpn='~/.config/halia-switch.sh'
alias clip='xclip -selection primary'
# The next line updates PATH for the Google Cloud SDK. # 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 if [ -f '/home/tanguy/Downloads/tmp/google-cloud-sdk/path.zsh.inc' ]; then . '/home/tanguy/Downloads/tmp/google-cloud-sdk/path.zsh.inc'; fi