From 9e5bff0b677d0e383c0aa25b5ea8ab13e37c92aa Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 22 Aug 2017 22:28:08 +0200 Subject: .bashrc: add xclip alias --- %HOME%/.bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/%HOME%/.bashrc b/%HOME%/.bashrc index 4773acc..abca721 100644 --- a/%HOME%/.bashrc +++ b/%HOME%/.bashrc @@ -38,6 +38,7 @@ alias tree='tree -a' alias ssh-copy-id='ssh-copy-id -i' alias cls='echo -en "\ec"' +alias copy='xclip -sel clip' [ -r "$HOME/.bash_utils/cxx.sh" ] && source "$HOME/.bash_utils/cxx.sh" [ -r "$HOME/.bash_utils/distr.sh" ] && source "$HOME/.bash_utils/distr.sh" -- cgit v1.2.3