mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 05:59:46 +08:00
Compare commits
3 Commits
00b9b62385
...
62cf1201b0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
62cf1201b0 | ||
|
|
0c8ce9d6ad | ||
|
|
7ce26a810d |
@ -22,6 +22,7 @@ plugins=(... opentofu)
|
|||||||
| `ttaa` | `tofu apply -auto-approve` |
|
| `ttaa` | `tofu apply -auto-approve` |
|
||||||
| `ttc` | `tofu console` |
|
| `ttc` | `tofu console` |
|
||||||
| `ttd` | `tofu destroy` |
|
| `ttd` | `tofu destroy` |
|
||||||
|
| `ttd!` | `tofu destroy -auto-approve` |
|
||||||
| `ttf` | `tofu fmt` |
|
| `ttf` | `tofu fmt` |
|
||||||
| `ttfr` | `tofu fmt -recursive` |
|
| `ttfr` | `tofu fmt -recursive` |
|
||||||
| `tti` | `tofu init` |
|
| `tti` | `tofu init` |
|
||||||
|
|||||||
@ -32,6 +32,7 @@ alias tta='tofu apply'
|
|||||||
alias ttaa='tofu apply -auto-approve'
|
alias ttaa='tofu apply -auto-approve'
|
||||||
alias ttc='tofu console'
|
alias ttc='tofu console'
|
||||||
alias ttd='tofu destroy'
|
alias ttd='tofu destroy'
|
||||||
|
alias ttd!='tofu destroy -auto-approve'
|
||||||
alias ttf='tofu fmt'
|
alias ttf='tofu fmt'
|
||||||
alias ttfr='tofu fmt -recursive'
|
alias ttfr='tofu fmt -recursive'
|
||||||
alias tti='tofu init'
|
alias tti='tofu init'
|
||||||
|
|||||||
@ -22,6 +22,7 @@ plugins=(... terraform)
|
|||||||
| `tfaa` | `terraform apply -auto-approve` |
|
| `tfaa` | `terraform apply -auto-approve` |
|
||||||
| `tfc` | `terraform console` |
|
| `tfc` | `terraform console` |
|
||||||
| `tfd` | `terraform destroy` |
|
| `tfd` | `terraform destroy` |
|
||||||
|
| `tfd!` | `terraform destroy -auto-approve`|
|
||||||
| `tff` | `terraform fmt` |
|
| `tff` | `terraform fmt` |
|
||||||
| `tffr` | `terraform fmt -recursive` |
|
| `tffr` | `terraform fmt -recursive` |
|
||||||
| `tfi` | `terraform init` |
|
| `tfi` | `terraform init` |
|
||||||
|
|||||||
@ -20,6 +20,7 @@ alias tfa='terraform apply'
|
|||||||
alias tfaa='terraform apply -auto-approve'
|
alias tfaa='terraform apply -auto-approve'
|
||||||
alias tfc='terraform console'
|
alias tfc='terraform console'
|
||||||
alias tfd='terraform destroy'
|
alias tfd='terraform destroy'
|
||||||
|
alias 'tfd!'='terraform destroy -auto-approve'
|
||||||
alias tff='terraform fmt'
|
alias tff='terraform fmt'
|
||||||
alias tffr='terraform fmt -recursive'
|
alias tffr='terraform fmt -recursive'
|
||||||
alias tfi='terraform init'
|
alias tfi='terraform init'
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
#!/bin/zsh
|
#!/usr/bin/env zsh
|
||||||
|
|
||||||
# Zsh Theme Chooser by fox (fox91 at anche dot no)
|
# Zsh Theme Chooser by fox (fox91 at anche dot no)
|
||||||
# This program is free software. It comes without any warranty, to
|
# This program is free software. It comes without any warranty, to
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user