-
-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto completion for zsh devcontainer (#639)
* auto completion * update the component in the completion history --------- Co-authored-by: Andriy Knysh <[email protected]>
- Loading branch information
Showing
4 changed files
with
22 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,9 @@ | ||
: 1640995200:0;atmos terraform plan myapp --stack dev | ||
: 1640995201:0;atmos terraform plan myapp --stack staging | ||
: 1640995202:0;atmos terraform plan myapp --stack prod | ||
: 1640995203:0;atmos terraform apply myapp --stack dev | ||
: 1640995204:0;atmos terraform apply myapp --stack staging | ||
: 1640995205:0;atmos terraform apply myapp --stack prod | ||
: 1640995206:0;atmos terraform plan myapp --stack dev | ||
: 1640995207:0;atmos terraform plan myapp --stack staging | ||
: 1640995208:0;atmos terraform plan myapp --stack prod | ||
: 1640995209:0;atmos terraform deploy myapp --stack dev | ||
: 1640995210:0;atmos terraform deploy myapp --stack staging | ||
: 1640995211:0;atmos terraform deploy myapp --stack prod | ||
: 1640995200:0;atmos terraform deploy station --stack prod | ||
: 1640995201:0;atmos terraform deploy station --stack staging | ||
: 1640995202:0;atmos terraform deploy station --stack dev | ||
: 1640995203:0;atmos terraform apply station --stack prod | ||
: 1640995204:0;atmos terraform apply station --stack staging | ||
: 1640995205:0;atmos terraform apply station --stack dev | ||
: 1640995206:0;atmos terraform plan station --stack prod | ||
: 1640995207:0;atmos terraform plan station --stack staging | ||
: 1640995208:0;atmos terraform plan station --stack dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters