From 4493fd1a635f9091a8e9f796afae2cd1002cac27 Mon Sep 17 00:00:00 2001 From: James Walker Date: Thu, 13 Feb 2025 22:32:27 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20omz=20plugin=20now=20supports=20?= =?UTF-8?q?asdf=200.16?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chezmoi/dot_zshrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/chezmoi/dot_zshrc b/chezmoi/dot_zshrc index 879833a..69eeb7f 100644 --- a/chezmoi/dot_zshrc +++ b/chezmoi/dot_zshrc @@ -2,6 +2,7 @@ export ZSH=$HOME/.oh-my-zsh plugins=( + asdf aws command-not-found direnv @@ -18,9 +19,6 @@ plugins=( ) # asdf config -export PATH="${ASDF_DATA_DIR:-$HOME/.asdf}/shims:$PATH" -fpath=(${ASDF_DATA_DIR:-$HOME/.asdf}/completions $fpath) -autoload -Uz compinit && compinit export ASDF_GOLANG_MOD_VERSION_ENABLED=true export ASDF_NODEJS_LEGACY_FILE_DYNAMIC_STRATEGY=latest_installed