Skip to content

Commit

Permalink
upgrade asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
mosheavni committed Feb 6, 2025
1 parent 4889aa1 commit e0b980d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ typeset -gU path fpath

# Additional PATHs
path=(
${ASDF_DATA_DIR:-$HOME/.asdf}/shims
/opt/homebrew/bin
/opt/homebrew/sbin
/opt/homebrew/opt/make/libexec/gnubin
Expand Down Expand Up @@ -45,7 +46,6 @@ export LC_ALL=en_US.UTF-8
# ============= #
# asdf
export ASDF_PYTHON_DEFAULT_PACKAGES_FILE=~/.dotfiles/requirements.txt
. $(brew --prefix asdf)/libexec/asdf.sh

source $HOME/.antidote/antidote.zsh
antidote load
Expand Down
2 changes: 1 addition & 1 deletion zsh/zsh.d/completions.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ autoload -U +X bashcompinit && bashcompinit
fpath+=(
"${ZSH_CACHE_DIR}/completions"
"/opt/homebrew/share/zsh/site-functions"
"${ASDF_DIR}/completions"
"${GENCOMPL_FPATH}"
)

Expand All @@ -45,6 +44,7 @@ complete -o nospace -C 'aws_completer' aws
load_completion_from_cmd docker completion zsh
load_completion_from_cmd kubectl completion zsh
load_completion_from_cmd helm completion zsh
load_completion_from_cmd asdf completion zsh

# CLI tools
load_completion_from_cmd gh completion --shell zsh
Expand Down

0 comments on commit e0b980d

Please sign in to comment.