Skip to content

Commit

Permalink
Move from post attach to post create.
Browse files Browse the repository at this point in the history
The script works when you post attach but the bashrc must be sourced
again. So if we move the script to post create but pre attach the user
should get the changes in their initial shell.
  • Loading branch information
metcalfc committed Sep 14, 2023
1 parent 1bc07cc commit 9c07907
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/atuin/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Atuin CLI",
"id": "atuin",
"version": "0.1.7",
"version": "0.1.8",
"description": "A feature to install Atuin",
"options": {
"completion": {
Expand All @@ -11,5 +11,5 @@
}
},
"installsAfter": ["ghcr.io/devcontainers/features/common-utils"],
"postAttachCommand": "/usr/local/share/atuin/postAttachCommand.sh"
"postCreateCommand ": "/usr/local/share/atuin/setup-atuin.sh"
}
File renamed without changes.

0 comments on commit 9c07907

Please sign in to comment.