new laptop

This commit is contained in:
2021-08-17 17:27:14 +02:00
parent 4bc26c943b
commit 7f01e3c578
334 changed files with 22147 additions and 33 deletions

15
.zshrc
View File

@ -236,11 +236,14 @@ source <(hcloud completion zsh)
#eval "$(starship init zsh)"
#neofetch
#
eval "$(_JZ_COMPLETE=source_zsh jz)"
eval "$(_HAJDUK_COMPLETE=source_zsh hajduk)"
eval "$(_H_COMPLETE=source_zsh h)"
eval "$(direnv hook zsh)"
eval "$(register-python-argcomplete gitlab)"
#### TODO
#eval "$(_JZ_COMPLETE=source_zsh jz)"
#eval "$(_HAJDUK_COMPLETE=source_zsh hajduk)"
#eval "$(_H_COMPLETE=source_zsh h)"
#eval "$(direnv hook zsh)"
#eval "$(register-python-argcomplete gitlab)"
alias tf=terraform
alias tfw="terraform workspace"
@ -279,6 +282,8 @@ ec2-list(){
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
typeset -g POWERLEVEL9K_INSTANT_PROMPT=quiet
#complete -o nospace -C /usr/bin/terraform terraform
source $HOME/.oh-my-zsh/custom/plugins/fzf-tab-completion/zsh/fzf-zsh-completion.sh