Skip to content

Commit

Permalink
chore: add dtn alias for bash
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Dagelic <[email protected]>
  • Loading branch information
idagelic committed Oct 2, 2024
1 parent 01ae798 commit c7fe406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/postcreate.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

echo 'alias dtn="DAYTONA_DEV=1 DAYTONA_CONFIG_DIR=$HOME/.config/daytona-dev go run cmd/daytona/main.go"' >> ~/.zshrc
for rc in ~/.bashrc ~/.zshrc; do [ -f "$rc" ] && echo 'alias dtn="DAYTONA_DEV=1 DAYTONA_CONFIG_DIR=$HOME/.config/daytona-dev go run cmd/daytona/main.go"' >> $rc; done

go install github.com/swaggo/swag/cmd/[email protected]

Expand Down

0 comments on commit c7fe406

Please sign in to comment.