# Dowload to local
curl https://raw.githubusercontent.com/dohai2105/container_alias/main/.container_alias -o ~/.container_alias
# Add following line to your ~/.zshrc or ~/.bashrc
vi ~/.zshrc
[ -f ~/.container_alias ] && source ~/.container_alias
# Reload ~/.zshrc or ~/.bashrc
source ~/.zshrc