Not getting autocomplete
I'm taking Ros2 for Beginners by Edouard Renard on O'Reilly (also on Udemy) and he says if I have 3 lines in my .bashrc I should be getting autocomplete for ROS2 commands in the terminal but I am not.
```
to use ROS
source /opt/ros/humble/setup.bash
to use colcon to build packages
source /usr/share/colcon_argcomplete/hook/colcon>
to use the created ws
source ~/ros2_ws/install/setup.bash ``` I'm not sure if my comments are correct but those line are.