add support for asdf
This commit is contained in:
parent
83aec9329a
commit
8f40fd9775
1 changed files with 5 additions and 0 deletions
5
.zshrc
5
.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"
|
||||
|
||||
|
|
Reference in a new issue