remove ssh_ scp_

This commit is contained in:
hophacker 2019-02-14 18:13:38 +08:00
parent 835b435cbb
commit 746cca150e

View File

@ -245,8 +245,6 @@ case "$OSTYPE" in
esac
alias ssh_by_password='ssh -o PreferredAuthentications=password -o PubkeyAuthentication=no'
alias ssh_copy_id='ssh-copy-id -o PreferredAuthentications=password -o PubkeyAuthentication=no'
alias ssh_="ssh -F ~/Projects/rallets-fabric/.ssh/config"
alias scp_="scp -F ~/Projects/rallets-fabric/.ssh/config"
alias chrome_proxy="google-chrome --proxy-server='http://127.0.0.1:8118'"
alias ls_folder_size="du -sch .[!.]* * | sort -h"
alias top_by_memory="top -o %MEM"