diff --git a/.bashrc b/.bashrc index 298b08a..b4a631a 100644 --- a/.bashrc +++ b/.bashrc @@ -88,5 +88,5 @@ if [ -d /usr/local/go ]; then fi if [ -f "$HOME/.cargo/env" ]; then - . "$HOME/.cargo/env" + source "$HOME/.cargo/env" fi