Fix ros2 stuff

This commit is contained in:
2025-02-15 22:41:04 -08:00
parent 4348e98b97
commit b57afeec32
2 changed files with 4 additions and 2 deletions

View File

@ -260,7 +260,7 @@ source "${ZSH_CONFIG_DIR}/emacs-bookmark.zsh"
# Ros2 instll on arch
if [[ -d /opt/ros/humble/ ]]; then
# ZSH_ROS2_ROOT=/opt/ros/humble/
ZSH_ROS2_ROOT=/opt/ros/humble/
source "${ZSH_CONFIG_DIR}/lazy-ros2.zsh"
fi