add zsh completion setup
This commit is contained in:
@@ -2,12 +2,18 @@
|
||||
|
||||
alias tree='tree -CF --du -h'
|
||||
|
||||
# enable color support of ls and also add handy aliases
|
||||
alias ls='ls --color=auto'
|
||||
alias grep='grep --color=auto'
|
||||
alias fgrep='fgrep --color=auto'
|
||||
alias egrep='egrep --color=auto'
|
||||
|
||||
# alias tf="aws-vault exec feedzai-main -d 8h -- terraform"
|
||||
# alias tfi="aws-vault exec feedzai-main -d 8h -- terraform init"
|
||||
# alias tfp="aws-vault exec feedzai-main -d 8h -- terraform plan -lock=false"
|
||||
# alias tfa="aws-vault exec feedzai-main -d 8h -- terraform apply"
|
||||
# alias tfu="aws-vault exec feedzai-main -d 8h -- terraform get -update"
|
||||
#
|
||||
#
|
||||
# alias tg="aws-vault exec feedzai-main -d 8h -- terragrunt"
|
||||
# alias tgi="aws-vault exec feedzai-main -d 8h -- terragrunt init"
|
||||
# alias tgp="aws-vault exec feedzai-main -d 8h -- terragrunt plan -lock=false"
|
||||
|
||||
Reference in New Issue
Block a user