remove docker lima alias
This commit is contained in:
parent
39e1ec1c7f
commit
cf6693c37d
6
zprofile
6
zprofile
@ -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>"
|
||||||
|
Loading…
Reference in New Issue
Block a user