Skip to content

Commit

Permalink
move zed into a script so I can use which zed
Browse files Browse the repository at this point in the history
  • Loading branch information
viqueen committed Nov 27, 2024
1 parent fbc64f0 commit 4bd4634
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion cli/.devboxrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ alias maven=mvn
alias awsl=awslocal
alias cats='pygmentize -g'
alias cd='cd_workspace'
alias zed='docker run --rm authzed/zed:v0.18.1'

# overridden when running ./setup.sh config_prompt , see .shell_prompt.sh
export PS1='\u@\h\w'
Expand Down
2 changes: 1 addition & 1 deletion cli/bin/rpk
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

docker run --rm docker.redpanda.com/redpandadata/connect $@
docker run --rm docker.redpanda.com/redpandadata/connect "$@"
3 changes: 3 additions & 0 deletions cli/bin/zed
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

docker run --rm authzed/zed:v0.23.0 $@

0 comments on commit 4bd4634

Please sign in to comment.