changed echo coloring for git functions
This commit is contained in:
parent
230877740a
commit
5530994c56
2 changed files with 14 additions and 15 deletions
2
.zshenv
2
.zshenv
|
@ -124,7 +124,7 @@ proxy() {
|
|||
|
||||
# ────────────< check network availability and set proxy if in correct network >────────────
|
||||
noproxy
|
||||
if ping -w2 -q swu.dom; then
|
||||
if ping -c 1 -W 2 swu.dom &>/dev/null; then
|
||||
proxy --set
|
||||
else
|
||||
noproxy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue