Skip to content

Commit

Permalink
feat(fish): terraform abbrs
Browse files Browse the repository at this point in the history
  • Loading branch information
scottames committed Mar 29, 2024
1 parent eee025d commit 9bf3e92
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions home/private_dot_config/fish/conf.d/abbrs.fish
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,10 @@ abbr -a tattach "tmux attach -t base || tmux new -s base"
abbr -a tc "trunk check"
abbr -a tcc "trunk check --ci"
abbr -a tf terraform
abbr -a tfa "terraform apply"
abbr -a tfc "rm -rf .terraform"
abbr -a tfi "terraform init"
abbr -a tfp "terraform plan"
abbr -a tfv "terraform validate"
abbr -a tfver "terraform version"
abbr -a tk "tmux kill-session -t"
Expand Down

0 comments on commit 9bf3e92

Please sign in to comment.