comparison dot_zshrc @ 809:72744c944497

feat: install packages and rtx for management
author zegervdv <zegervdv@me.com>
date Tue, 05 Dec 2023 20:03:16 +0100
parents 1f10e0814bb2
children 8847b222a788
comparison
equal deleted inserted replaced
808:459e70c99f4c 809:72744c944497
308 done 308 done
309 compinit -C 309 compinit -C
310 310
311 [ -f ~/.zshrc.local ] && source ~/.zshrc.local 311 [ -f ~/.zshrc.local ] && source ~/.zshrc.local
312 312
313 source $HOME/.asdf/asdf.sh 313 eval "$($HOME/bin/rtx activate zsh)"
314 fpath=(${ASDF_DIR}/completions $fpath) 314 eval "$($HOME/bin/rtx hook-env)"
315
316 if [ -f "${XDG_CONFIG_HOME:-$HOME/.config}/asdf-direnv/zshrc" ]
317 then
318 source "${XDG_CONFIG_HOME:-$HOME/.config}/asdf-direnv/zshrc"
319 fi
320 315
321 export SUDO_EDITOR=$(which nvim) 316 export SUDO_EDITOR=$(which nvim)
322 eval "$(direnv hook zsh)" 317 eval "$(direnv hook zsh)"
323 318
324 zstyle ':completion:*:descriptions' format '[%d]' 319 zstyle ':completion:*:descriptions' format '[%d]'