remove docker lima alias

This commit is contained in:
jay 2023-01-21 00:01:14 +08:00
parent 39e1ec1c7f
commit cf6693c37d
1 changed files with 0 additions and 6 deletions

View File

@ -72,12 +72,6 @@ fi
# The next line updates PATH for the Google Cloud SDK.
if [ -f '/Users/jay/apps/google-cloud-sdk/path.zsh.inc' ]; then . '/Users/jay/apps/google-cloud-sdk/path.zsh.inc'; fi
# The next line enables shell command completion for gcloud.
# if [ -f '/Users/jay/apps/google-cloud-sdk/completion.zsh.inc' ]; then . '/Users/jay/apps/google-cloud-sdk/completion.zsh.inc'; fi
alias docker="lima nerdctl"
export DOCKER_HOST="unix:///Users/jay/.lima/docker/sock/docker.sock"
function ln-image-tags {
if [ -z "$1" ]; then
echo "usage: ln-image-tags <image-name>"