alias tree='tree -CF --du -h' alias cbonsai='cbonsai --live --infinite --time 0.3 --base 2 --wait 2 --leaf "&,#,$,*,@"' alias tmux_main='tmux new-session -s main' alias tmux_secondary_win='tmux new-session -t main -s secondary' # 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 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" # 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" # alias tga="aws-vault exec feedzai-main -d 8h -- terragrunt apply" # alias tgu="aws-vault exec feedzai-main -d 8h -- terragrunt get -update" # alias tgg="aws-vault exec feedzai-main -d 8h -- terragrunt graph-dependencies" alias idot='dot -Tsvg -Goverlap=scale -Grankdir=RL -Gbgcolor="#282a36" -Ncolor="#f8f8f2" -Ecolor="#f8f8f2" -Nfontcolor="#f8f8f2" -Gfontname="PragmataPro Mono Liga Regular" -Gfontsize=13 -Nfontname="PragmataPro" -Nfontsize=13 -Nshape=box -Earrowhead=normal' alias curltime="curl -w \"@$HOME/.curl-format.txt\" -o /dev/null -s " alias vi=nvim alias vim=nvim