diff --git a/.bashrc b/.bashrc index c5d168f..26d6dd6 100644 --- a/.bashrc +++ b/.bashrc @@ -246,7 +246,6 @@ hash grep >/dev/null 2>&1 && alias fgrep='grep -F --color=auto' hash grep >/dev/null 2>&1 && alias grep='grep --color=auto' hash nc >/dev/null 2>&1 && alias pastebin='nc termbin.com 9999' hash screen >/dev/null 2>&1 && alias screen='screen -Ua' -hash shellcheck >/dev/null 2>&1 && alias shellcheck='shellcheck -x' hash scp ssh ssh-add >/dev/null 2>&1 && alias scp='_EXEC=scp ssh' hash sftp ssh ssh-add >/dev/null 2>&1 && alias sftp='_EXEC=sftp ssh' hash ssh ssh-add >/dev/null 2>&1 && ssh() {