aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%/.bashrc
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2018-06-09 04:07:50 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2018-06-09 04:07:50 +0300
commit773d6c0f3c3cbf42fd9f2a22b7d85796c6cd7d9f (patch)
tree8d4655e58e04fcef30bdf1382a5456d373f5f7b6 /%HOME%/.bashrc
parentrunc*: support clang & -l LIB arguments (diff)
downloadlinux-home-773d6c0f3c3cbf42fd9f2a22b7d85796c6cd7d9f.tar.gz
linux-home-773d6c0f3c3cbf42fd9f2a22b7d85796c6cd7d9f.zip
.bashrc: remove ssh-copy-id alias
Can't remember why it's important anyway.
Diffstat (limited to '%HOME%/.bashrc')
-rw-r--r--%HOME%/.bashrc2
1 files changed, 0 insertions, 2 deletions
diff --git a/%HOME%/.bashrc b/%HOME%/.bashrc
index d0a0d1e..86adec2 100644
--- a/%HOME%/.bashrc
+++ b/%HOME%/.bashrc
@@ -54,8 +54,6 @@ alias cls='echo -en "\ec"'
alias copy='xclip -sel clip'
-alias ssh-copy-id='ssh-copy-id -i'
-
[ -r "$HOME/.bash_utils/file.sh" ] && source "$HOME/.bash_utils/file.sh"
[ -r "$HOME/.bash_utils/text.sh" ] && source "$HOME/.bash_utils/text.sh"