Skip to content

Commit

Permalink
Added terraform aliased to t
Browse files Browse the repository at this point in the history
  • Loading branch information
Conner.Will committed Mar 12, 2024
1 parent e19d4f0 commit 81726c0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .config/zsh/zsh/user/zsh.d/71_vendor_aliases.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@ if [[ "${commands[rclone]}" ]]; then
alias rclone-tree-all='rclone tree sk8: --color --verbose'
fi

### [=]==================================[=]
### [~]............ TERRAFORM
### [=]==================================[=]
if [[ "${commands[terraform]}" ]]; then
alias t='terraform'
fi

### [=]==================================[=]
### [~]......... Package Managers
### [=]==================================[=]
Expand Down

0 comments on commit 81726c0

Please sign in to comment.