Skip to content

Commit

Permalink
Add xclip.
Browse files Browse the repository at this point in the history
  • Loading branch information
gummesson committed Jun 6, 2017
1 parent 5d8bed0 commit 4add352
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zsh/.aliases
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ alias untar="tar -xzvf"
alias duh="du -h -d 0 [^.]*"
alias today="date +%Y-%m-%d"
alias week="date +%V"
alias pbcopy="xclip -selection clipboard"
alias pbpaste="xclip -selection clipboard -o"

# }}}

Expand Down

0 comments on commit 4add352

Please sign in to comment.