diff options
| author | jason | 2024-08-21 10:13:00 -0600 |
|---|---|---|
| committer | jason | 2024-08-21 10:13:00 -0600 |
| commit | ac622f96d27279f279859436c4a8f30f15e1d8a5 (patch) | |
| tree | 69fda4aef120134de0199c99c865881df6b35b92 | |
| parent | 5b59e2c16feccb5714a650bdd0c522eb6caad73f (diff) | |
| download | dotfiles-ac622f96d27279f279859436c4a8f30f15e1d8a5.tar.gz dotfiles-ac622f96d27279f279859436c4a8f30f15e1d8a5.zip | |
disable auto asdf; conflicts with pyenv
| -rw-r--r-- | bash/.bashrc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bash/.bashrc b/bash/.bashrc index 3884629..51ee105 100644 --- a/bash/.bashrc +++ b/bash/.bashrc | |||
| @@ -206,10 +206,10 @@ alias mkvirtualenv=__mkvirtualenv | |||
| 206 | # # brew | 206 | # # brew |
| 207 | # . /opt/homebrew/opt/asdf/libexec/asdf.sh | 207 | # . /opt/homebrew/opt/asdf/libexec/asdf.sh |
| 208 | #fi | 208 | #fi |
| 209 | if [ -f "$HOME/.asdf/asdf.sh" ]; then | 209 | #if [ -f "$HOME/.asdf/asdf.sh" ]; then |
| 210 | . "$HOME/.asdf/asdf.sh" | 210 | # . "$HOME/.asdf/asdf.sh" |
| 211 | . "$HOME/.asdf/completions/asdf.bash" | 211 | # . "$HOME/.asdf/completions/asdf.bash" |
| 212 | fi | 212 | #fi |
| 213 | ####### | 213 | ####### |
| 214 | 214 | ||
| 215 | # Enable system bash completions | 215 | # Enable system bash completions |