fixes
This commit is contained in:
parent
d743ecddd1
commit
7e937a61ef
@ -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.df "diff HEAD^ HEAD"
|
||||||
git config --global alias.caa "commit -a --amend"
|
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 ds='dc exec server'
|
||||||
|
|
||||||
alias rs='rancher exec -it rallets-server-1'
|
alias rs='rancher exec -it rallets-server-1'
|
||||||
|
@ -38,7 +38,7 @@ function cp_container() {
|
|||||||
cd ..
|
cd ..
|
||||||
}
|
}
|
||||||
function set_proxy() {
|
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() {
|
function set_ss_proxy() {
|
||||||
export https_proxy=socks5://127.0.0.1:1080/
|
export https_proxy=socks5://127.0.0.1:1080/
|
||||||
|
Loading…
Reference in New Issue
Block a user