Skip to content

Commit

Permalink
Move from asdf to rtx for toolchain versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nvonbulow committed Dec 23, 2023
1 parent a1b8ea4 commit c5be90e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions home/dot_config/zsh/exact_rc.d/04-env.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,9 @@ if command -v brew > /dev/null; then
$HOMEBREW_PREFIX/share/zsh/site-functions
)
fi

if command -v rtx > /dev/null; then
znap eval rtx-activate 'rtx activate zsh'
znap fpath _rtx 'rtx completion zsh'
fi

1 change: 0 additions & 1 deletion home/dot_config/zsh/exact_rc.d/06-plugins.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ local -a plugins=(
marlonrichert/zsh-autocomplete
zdharma-continuum/fast-syntax-highlighting
zsh-users/zsh-autosuggestions
asdf-vm/asdf
)

# Clone all plugins in parallel
Expand Down

0 comments on commit c5be90e

Please sign in to comment.