add shell syntax highlighting
This commit is contained in:
@@ -8,6 +8,9 @@ alias grep='grep --color=auto'
|
||||
alias fgrep='fgrep --color=auto'
|
||||
alias egrep='egrep --color=auto'
|
||||
|
||||
alias d='dirs -v'
|
||||
for index ({1..9}) alias "c$index"="cd +${index}"; unset index
|
||||
|
||||
# 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"
|
||||
|
||||
Reference in New Issue
Block a user