new laptop
This commit is contained in:
15
.zshrc
15
.zshrc
@ -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
|
||||
|
Reference in New Issue
Block a user