From fddf81018b12209a8c7c52043c14961f3f0db712 Mon Sep 17 00:00:00 2001 From: Pierre Martin Date: Fri, 25 Sep 2015 19:45:38 +0200 Subject: [PATCH] Allow piping to clipboard from shell --- .zshrc | 1 + dotfiles.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index 0c9612c..3633b1b 100644 --- a/.zshrc +++ b/.zshrc @@ -30,3 +30,4 @@ export EDITOR='vim' # Convenient aliases alias http='docker run -it --rm --net=host clue/httpie' alias dc=docker-compose +alias copy="xclip -selection c" diff --git a/dotfiles.yml b/dotfiles.yml index 827aa27..476ad81 100644 --- a/dotfiles.yml +++ b/dotfiles.yml @@ -70,6 +70,7 @@ - shutter - exfat-utils - exfat-fuse + - xclip - name: Setup user settings hosts: localhost