Remove -4 (IPv4) option.

This commit is contained in:
Gea-Suan Lin
2016-02-11 02:42:21 +08:00
parent 11c6029dc2
commit c7a3064bb1
2 changed files with 2 additions and 2 deletions

2
.zshrc
View File

@@ -23,7 +23,7 @@ alias "psr=psu root"
alias "psu=ps -U"
alias "s=screen"
alias "smic=sudo make install clean"
alias "ssh=ssh -4 -C -e none -v"
alias "ssh=ssh -C -e none -v"
alias "t=telnet"
#
if [[ -x /usr/bin/xdg-open ]]; then