diff options
Diffstat (limited to '')
-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" |