aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bash/.bashrc8
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
209if [ -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"
212fi 212#fi
213####### 213#######
214 214
215# Enable system bash completions 215# Enable system bash completions