Skip to content

Commit

Permalink
add new n98 alias: refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
cirolosapio committed Sep 30, 2024
1 parent af656ef commit 8bce0f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/alpine-n98-magerun2/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "alpine-n98-magerun2",
"id": "alpine-n98-magerun2",
"version": "0.0.17",
"version": "0.0.18",
"description": "Installs n98-magerun2 on alpine",
"documentationURL": "https://github.com/cirolosapio/devcontainers-features/tree/main/src/alpine-n98-magerun2",
"legacyIds": [
Expand Down
1 change: 1 addition & 0 deletions src/alpine-n98-magerun2/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ if command -v zsh &> /dev/null; then
echo $'alias caf="n c:f"' >> $_CONTAINER_USER_HOME/.zshrc
echo $'alias cf="n c:f"' >> $_CONTAINER_USER_HOME/.zshrc
echo $'alias reindex="n i:rei"' >> $_CONTAINER_USER_HOME/.zshrc
echo $'alias refresh="rm -rf generated/** && caf"' >> $_CONTAINER_USER_HOME/.zshrc
echo $'alias catalog="n dev:urn-catalog:generate .vscode/catalog_tmp.xml"' >> $_CONTAINER_USER_HOME/.zshrc
fi

Expand Down

0 comments on commit 8bce0f4

Please sign in to comment.