Skip to content

Commit

Permalink
Update commands.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
luckydye authored Jan 8, 2025
1 parent e7e121e commit ede523f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ alias da="mise run docker_attach"
alias ds="mise run docker_shell"
alias dk="mise run docker_kill"
alias dr='docker run -it --rm --name dev -w "/app" -v "./:/app" --platform linux/amd64'
alias dr='docker exec -it -w "/app" dev'
alias de='docker exec -it -w "/app" dev'

# tasks
alias clip="pbcopy"
Expand Down

0 comments on commit ede523f

Please sign in to comment.