diff options
Diffstat (limited to 'modules/20-zsh')
-rw-r--r-- | modules/20-zsh/zshrc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/20-zsh/zshrc b/modules/20-zsh/zshrc index d582e61..a866827 100644 --- a/modules/20-zsh/zshrc +++ b/modules/20-zsh/zshrc @@ -73,7 +73,7 @@ export COMPLETION_WAITING_DOTS="true" plugins=( cp #dep:rsync command-not-found #dep:pkgfile - dotenv + #dotenv ssh-agent sudo zsh-autosuggestions @@ -145,9 +145,9 @@ if [[ -d "$HOME/.local/bin" ]]; then fi # asdf-vm -if [[ -d "/opt/asdf-vm/" ]]; then - source "/opt/asdf-vm/asdf.sh" -fi +#if [[ -d "/opt/asdf-vm/" ]]; then +# source "/opt/asdf-vm/asdf.sh" +#fi # esp32-rs #if [[ -d "$HOME/.espressif" ]]; then |