added ROS2 and colcon shell completion

This commit is contained in:
2025-11-13 17:46:20 -06:00
parent d6dc62ee0f
commit 9713303e35

View File

@@ -78,6 +78,10 @@
# Display stuff
export DISPLAY=''${DISPLAY:-:0}
export QT_X11_NO_MITSHM=1
if [[ ! $DIRENV_IN_ENVRC ]]; then
eval "$(${pkgs.python3Packages.argcomplete}/bin/register-python-argcomplete ros2)"
eval "$(${pkgs.python3Packages.argcomplete}/bin/register-python-argcomplete colcon)"
fi
'';
};
}