Allow piping to clipboard from shell
This commit is contained in:
1
.zshrc
1
.zshrc
@@ -30,3 +30,4 @@ export EDITOR='vim'
|
|||||||
# Convenient aliases
|
# Convenient aliases
|
||||||
alias http='docker run -it --rm --net=host clue/httpie'
|
alias http='docker run -it --rm --net=host clue/httpie'
|
||||||
alias dc=docker-compose
|
alias dc=docker-compose
|
||||||
|
alias copy="xclip -selection c"
|
||||||
|
|||||||
@@ -70,6 +70,7 @@
|
|||||||
- shutter
|
- shutter
|
||||||
- exfat-utils
|
- exfat-utils
|
||||||
- exfat-fuse
|
- exfat-fuse
|
||||||
|
- xclip
|
||||||
|
|
||||||
- name: Setup user settings
|
- name: Setup user settings
|
||||||
hosts: localhost
|
hosts: localhost
|
||||||
|
|||||||
Reference in New Issue
Block a user