diff options
author | Galen Guyer <galen@galenguyer.com> | 2023-03-16 19:58:15 -0400 |
---|---|---|
committer | Galen Guyer <galen@galenguyer.com> | 2023-03-16 19:58:15 -0400 |
commit | 148fb6956aca04d8e7125c7f754bfac01933b6f3 (patch) | |
tree | 3e22611a4dba27cd74cd81b90d0615be40eea2c5 /modules/20-zsh | |
parent | e211344e7780c5fe4069c63a105ed69483b6e867 (diff) |
zshrc updates
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 |