Skip to content

Commit

Permalink
zsh: switch from asdf to rtx
Browse files Browse the repository at this point in the history
  • Loading branch information
Riatre committed Jul 26, 2023
1 parent 2060912 commit 8177003
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore_global
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
.clangd
.envrc
*.zwc
.tool-versions

7 changes: 4 additions & 3 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ else
zgen load "z-shell/F-Sy-H" '' 899f68b52b6b86a36cd8178eb0e9782d4aeda714

# Tools
local ASDF_COMMIT_SHA1="0adc6c11fb4f87dbb476f8b61e4cf8fb7613599b"
zgen load "asdf-vm/asdf" asdf.sh $ASDF_COMMIT_SHA1
zgen load "asdf-vm/asdf" completions $ASDF_COMMIT_SHA1
# rtx
# optional bootstrap: cargo install rtx-cli
zgen load "Riatre/zim-rtx" '' 127cb24827ba52412e883c0f2571b481b281d0e2

# Troubleshooting
# zgen load "romkatv/zsh-prompt-benchmark"
Expand Down Expand Up @@ -311,6 +311,7 @@ if (( $+commands[direnv] )) && ! (( $+functions[_direnv_hook] )); then
chpwd_functions=( _direnv_hook ${chpwd_functions[@]} )
fi
fi

# }}}
# Hacks {{{

Expand Down

0 comments on commit 8177003

Please sign in to comment.