diff --git a/zsh/aliases.zsh b/zsh/aliases.zsh index b7e7d88..a414d51 100644 --- a/zsh/aliases.zsh +++ b/zsh/aliases.zsh @@ -217,7 +217,7 @@ alias emacs="env LC_CTYPE=zh_CN.UTF-8 emacs" git config --global alias.df "diff HEAD^ HEAD" git config --global alias.caa "commit -a --amend" -alias dc='docker-compose -f docker-compose-dev.yml' +alias dc='docker-compose -f ~/Projects/rallets-hub/docker-compose-dev.yml' alias ds='dc exec server' alias rs='rancher exec -it rallets-server-1' diff --git a/zsh/functions.zsh b/zsh/functions.zsh index 81061b9..57d6f86 100644 --- a/zsh/functions.zsh +++ b/zsh/functions.zsh @@ -38,7 +38,7 @@ function cp_container() { cd .. } function set_proxy() { - export all_proxy=http://127.0.0.1:8119/ + export http_proxy=http://127.0.0.1:8119;export https_proxy=http://127.0.0.1:8119; } function set_ss_proxy() { export https_proxy=socks5://127.0.0.1:1080/