clone of my dotfiles.ssp.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix python setting trhough asdf to be in path

+2 -4
+2 -4
zsh/configs.shrc
··· 80 80 vim "$(rg . | fzf)" 81 81 } 82 82 83 - #asdf 84 - # . /opt/homebrew/opt/asdf/libexec/asdf.sh 85 - # . /opt/homebrew/opt/asdf 86 - # . "$(brew --prefix asdf)"/libexec/asdf.sh 83 + #asdf: Source asdf in my path to use before brew for Python 84 + . "$(brew --prefix asdf)"/libexec/asdf.sh