mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-14 06:09:45 +08:00
Compare commits
No commits in common. "62cf1201b031399e7251abeee859e895ee825a48" and "00b9b623858874c8b34c6f8dd72370e6ffa95dfc" have entirely different histories.
62cf1201b0
...
00b9b62385
@ -22,7 +22,6 @@ 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,7 +32,6 @@ 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,7 +22,6 @@ 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,7 +20,6 @@ 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 @@
|
|||||||
#!/usr/bin/env zsh
|
#!/bin/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