Skip to content

Commit

Permalink
remove unnecessary alias
Browse files Browse the repository at this point in the history
  • Loading branch information
chanmaoganda committed Nov 5, 2024
1 parent d295f17 commit f80417e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions custom-completions/docker/docker-completions.nu
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,4 @@ export alias "docker push" = docker image push
export alias "docker save" = docker image save

# Inspect changes to files or directories on a container's filesystem
export alias "docker events" = docker system events

export alias "docker com" = docker compose
export alias "docker events" = docker system events

0 comments on commit f80417e

Please sign in to comment.