Skip to content

Instantly share code, notes, and snippets.

@dengshenkk
Last active February 6, 2024 07:40
Show Gist options
  • Save dengshenkk/265311255e19e40f8e14fd509f8ae869 to your computer and use it in GitHub Desktop.
Save dengshenkk/265311255e19e40f8e14fd509f8ae869 to your computer and use it in GitHub Desktop.
alias
# docker
alias dk="docker"
alias dc="docker compose"
#proxy
alias proxy="export https_proxy=http://127.0.0.1:12580;export http_proxy=http://127.0.0.1:12580;export all_proxy=socks5://127.0.0.1:12580"
alias unproxy="unset http_proxy;unset https_proxy;unset all_proxy"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment