Allow piping to clipboard from shell

This commit is contained in:
Pierre Martin
2015-09-25 19:45:38 +02:00
parent 758cb059d7
commit fddf81018b
2 changed files with 2 additions and 0 deletions

1
.zshrc
View File

@@ -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"

View File

@@ -70,6 +70,7 @@
- shutter
- exfat-utils
- exfat-fuse
- xclip
- name: Setup user settings
hosts: localhost