diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-08-22 22:28:08 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-08-22 22:28:08 +0200 |
commit | 9e5bff0b677d0e383c0aa25b5ea8ab13e37c92aa (patch) | |
tree | 78d47f8b7ef86119515e097811899c265bd0409f | |
parent | .gitconfig: group aliases (diff) | |
download | linux-home-9e5bff0b677d0e383c0aa25b5ea8ab13e37c92aa.tar.gz linux-home-9e5bff0b677d0e383c0aa25b5ea8ab13e37c92aa.zip |
.bashrc: add xclip alias
-rw-r--r-- | %HOME%/.bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
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" |