diff --git a/.zshrc b/.zshrc index f780e3b..16c01a4 100644 --- a/.zshrc +++ b/.zshrc @@ -16,6 +16,11 @@ export PATH=$HOME/bin:$HOME/.local/bin:/usr/local/bin:$HOME/.cargo/bin:/usr/loca if [[ -d /home/linuxbrew/.linuxbrew/ ]]; then eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" fi + +if [[ -a /opt/asdf-vm/asdf.sh ]]; then + . /opt/asdf-vm/asdf.sh +fi + # Path to your Oh My Zsh installation. export ZSH="$HOME/.oh-my-zsh"