Last active
February 6, 2024 07:40
-
-
Save dengshenkk/265311255e19e40f8e14fd509f8ae869 to your computer and use it in GitHub Desktop.
alias
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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