Compare commits

...

1 Commits

Author SHA1 Message Date
jay cf6693c37d remove docker lima alias 2023-01-21 00:01:14 +08:00
-6
View File
@@ -72,12 +72,6 @@ fi
# The next line updates PATH for the Google Cloud SDK. # 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 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 { function ln-image-tags {
if [ -z "$1" ]; then if [ -z "$1" ]; then
echo "usage: ln-image-tags <image-name>" echo "usage: ln-image-tags <image-name>"