File tree Expand file tree Collapse file tree 5 files changed +0
-20
lines changed
Expand file tree Collapse file tree 5 files changed +0
-20
lines changed Original file line number Diff line number Diff line change 1111[submodule "zsh/zgenom "]
1212 path = zsh/zgenom
1313 url = https://github.com/jandamm/zgenom.git
14- [submodule "dotbot-plugins/dotbot-asdf "]
15- path = dotbot-plugins/dotbot-asdf
16- url = https://github.com/sobolevn/dotbot-asdf.git
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2929 force : true
3030 ~/.oh-my-zsh : zsh/oh-my-zsh
3131 ~/.zgenom : zsh/zgenom
32- ~/.asdfrc : zsh/asdfrc
3332 ~/.config/mise/config.toml : zsh/mise.toml
3433 ~/.hushlogin : zsh/hushlogin
3534
9190 path : iina/YouTube.conf
9291 force : true
9392
94- - asdf :
95- - plugin : nodejs
96- url : https://github.com/asdf-vm/asdf-nodejs
97- global : lts-gallium
98- versions :
99- - lts-carbon
100- - lts-dubnium
101- - lts-erbium
102- - lts-fermium
103- - lts-gallium
104- - latest
10593 - plugin : yarn
10694 url : https://github.com/twuni/asdf-yarn
10795 global : latest
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ typeset -g POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(
1616POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(
1717 command_execution_time # duration of the last command
1818 background_jobs # presence of background jobs
19- asdf # asdf version manager (https://github.com/asdf-vm/asdf)
2019 mise # custom segment for mise
2120 kubecontext # current kubernetes context (https://kubernetes.io/)
2221 aws # aws profile (https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html)
Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ if ! zgenom saved; then
4040 zgenom load andrewferrier/fzf-z
4141 zgenom load reegnz/jq-zsh-plugin
4242
43- zgenom ohmyzsh plugins/asdf
4443 zgenom ohmyzsh plugins/mise
4544
4645 zgenom load ntnyq/omz-plugin-pnpm
171170export ITERM2_SHOULD_DECORATE_PROMPT=0
172171source $DOTFILES /iterm2/iterm2_shell_integration.zsh
173172
174- export ASDF_DOWNLOAD_PATH=bin/install
175- source /opt/homebrew/opt/asdf/libexec/asdf.sh
176173source /opt/homebrew/share/zsh/site-functions
177174
178175# pnpm
You can’t perform that action at this time.
0 commit comments